#036812

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

Shades of Green #036812

Tints of Green #036812

Color information

#036812 (or 0x036812) is unknown color: approx Green. HEX triplet: 03, 68 and 12. RGB value is (3,104,18). Sum of RGB (Red+Green+Blue) = 3+104+18=125 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.4% from 125); Green value is 104 (41.02% from 255 or 83.2% from 125); Blue value is 18 (7.42% from 255 or 14.4% from 125); Max value from RGB is 104 - color contains mainly: green. Hex color #036812 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036812 is #FC97ED. Grayscale: #404040. Windows color (decimal): -16553966 or 1206275. OLE color: 1206275.

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

Color convert

RGB310418-
CMYK0.9700.830.59
HSL128.91º94.39%20.98%-
HSV(B)128.91º97.12%40.78%-
XYZ5.19.962.23-
YUV64102.0484.49-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.4%
GREEN value IS 104 (41.02% from 255) = 83.2%
BLUE value IS 18 (7.42% from 255) = 14.4%
R=2.4%
G=83.2%
B=14.4%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal3104180.9700.830.59128.9194.3920.98
Hex36812610533B815e15
Octal31502214101237320113625
Binary1111010001001011000010101001111101110000001101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036812; }

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

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

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

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

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

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

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

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