#036612

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

Shades of Green #036612

Tints of Green #036612

Color information

#036612 (or 0x036612) is unknown color: approx Green. HEX triplet: 03, 66 and 12. RGB value is (3,102,18). Sum of RGB (Red+Green+Blue) = 3+102+18=123 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.44% from 123); Green value is 102 (40.23% from 255 or 82.93% from 123); Blue value is 18 (7.42% from 255 or 14.63% from 123); Max value from RGB is 102 - color contains mainly: green. Hex color #036612 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036612 is #FC99ED. Grayscale: #3F3F3F. Windows color (decimal): -16554478 or 1205763. OLE color: 1205763.

HSL color Cylindrical-coordinate representation of color #036612: hue angle of 129.09º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036612 is Cyan = 0.97, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.6.

Color convert

RGB310218-
CMYK0.9700.820.6
HSL129.09º94.29%20.59%-
HSV(B)129.09º97.06%40%-
XYZ4.99.572.16-
YUV62.82102.785.33-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.44%
GREEN value IS 102 (40.23% from 255) = 82.93%
BLUE value IS 18 (7.42% from 255) = 14.63%
R=2.44%
G=82.93%
B=14.63%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal3102180.9700.820.6129.0994.2920.59
Hex36612610523C815e15
Octal31462214101227420113625
Binary1111001101001011000010101001011110010000001101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036612; }

 p { color: rgb(3,102,18); }

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

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

 a { background-color: rgb(3,102,18); }

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

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

 span { border-color: rgb(3,102,18); }

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