#046B12

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

Shades of Green #046B12

Tints of Green #046B12

Color information

#046B12 (or 0x046B12) is unknown color: approx Green. HEX triplet: 04, 6B and 12. RGB value is (4,107,18). Sum of RGB (Red+Green+Blue) = 4+107+18=129 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.10% from 129); Green value is 107 (42.19% from 255 or 82.95% from 129); Blue value is 18 (7.42% from 255 or 13.95% from 129); Max value from RGB is 107 - color contains mainly: green. Hex color #046B12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #046B12 is #FB94ED. Grayscale: #424242. Windows color (decimal): -16487662 or 1207044. OLE color: 1207044.

HSL color Cylindrical-coordinate representation of color #046B12: hue angle of 128.16º 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 #046B12 is Cyan = 0.96, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.58.

Color convert

RGB410718-
CMYK0.9600.830.58
HSL128.16º92.79%21.76%-
HSV(B)128.16º96.26%41.96%-
XYZ5.4210.582.33-
YUV66.06100.8883.74-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.10%
GREEN value IS 107 (42.19% from 255) = 82.95%
BLUE value IS 18 (7.42% from 255) = 13.95%
R=3.10%
G=82.95%
B=13.95%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4107180.9600.830.58128.1692.7921.76
Hex46B12600533A805d16
Octal41532214001237220013526
Binary10011010111001011000000101001111101010000000101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,107,18); }

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

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

 a { background-color: rgb(4,107,18); }

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

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

 span { border-color: rgb(4,107,18); }

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