#046c16

Color #046C16 Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #046C16

Tints of Green #046C16

Color information

#046C16 (or 0x046C16) is unknown color: approx Green. HEX triplet: 04, 6C and 16. RGB value is (4,108,22). Sum of RGB (Red+Green+Blue) = 4+108+22=134 (17% of max value = 765). Red value is 4 (1.95% from 255 or 2.99% from 134); Green value is 108 (42.58% from 255 or 80.60% from 134); Blue value is 22 (8.98% from 255 or 16.42% from 134); Max value from RGB is 108 - color contains mainly: green. Hex color #046C16 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #046C16 is #FB93E9. Grayscale: #434343. Windows color (decimal): -16487402 or 1469444. OLE color: 1469444.

HSL color Cylindrical-coordinate representation of color #046C16: hue angle of 130.38º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046C16 is Cyan = 0.96, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.58.

Color convert

RGB410822-
CMYK0.9600.800.58
HSL130.38º92.86%21.96%-
HSV(B)130.38º96.3%42.35%-
XYZ5.5610.812.55-
YUV67.1102.5482.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 4 (1.95% from 255) = 2.99%
GREEN value IS 108 (42.58% from 255) = 80.60%
BLUE value IS 22 (8.98% from 255) = 16.42%
R=2.99%
G=80.60%
B=16.42%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4108220.9600.800.58130.3892.8621.96
Hex46C16600503A825d16
Octal41542614001207220213526
Binary10011011001011011000000101000011101010000010101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046c16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046c16; }

 p { color: rgb(4,108,22); }

 H1.HeaderClassName
 {
   color: #046c16;
 }
 .AnyTagClassName
 {
   color: #046c16;
 }
</style>
background-color css

<style>
 a { background-color: #046c16; }

 a { background-color: rgb(4,108,22); }

 div.DivClassName
 {
   background-color: #046c16;
 }
 .BgClassName
 {
   background-color: #046c16;
 }
</style>
border-color css

<style>
 span { border-color: #046c16; }

 span { border-color: rgb(4,108,22); }

 td.TdClassName
 {
   border-color: #046c16;
 }
 .TagClassName
 {
   border-color: #046c16;
 }
</style>