#046E12

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

Shades of Green #046E12

Tints of Green #046E12

Color information

#046E12 (or 0x046E12) is unknown color: approx Green. HEX triplet: 04, 6E and 12. RGB value is (4,110,18). Sum of RGB (Red+Green+Blue) = 4+110+18=132 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.03% from 132); Green value is 110 (43.36% from 255 or 83.33% from 132); Blue value is 18 (7.42% from 255 or 13.64% from 132); Max value from RGB is 110 - color contains mainly: green. Hex color #046E12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #046E12 is #FB91ED. Grayscale: #444444. Windows color (decimal): -16486894 or 1207812. OLE color: 1207812.

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

Color convert

RGB411018-
CMYK0.9600.840.57
HSL127.92º92.98%22.35%-
HSV(B)127.92º96.36%43.14%-
XYZ5.7411.222.44-
YUV67.8299.8882.48-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.03%
GREEN value IS 110 (43.36% from 255) = 83.33%
BLUE value IS 18 (7.42% from 255) = 13.64%
R=3.03%
G=83.33%
B=13.64%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal4110180.9600.840.57127.9292.9822.35
Hex46E126005439805d16
Octal41562214001247120013526
Binary10011011101001011000000101010011100110000000101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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