#036C16

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

Shades of Green #036C16

Tints of Green #036C16

Color information

#036C16 (or 0x036C16) is unknown color: approx Green. HEX triplet: 03, 6C and 16. RGB value is (3,108,22). Sum of RGB (Red+Green+Blue) = 3+108+22=133 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.26% from 133); Green value is 108 (42.58% from 255 or 81.20% from 133); Blue value is 22 (8.98% from 255 or 16.54% from 133); Max value from RGB is 108 - color contains mainly: green. Hex color #036C16 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036C16 is #FC93E9. Grayscale: #434343. Windows color (decimal): -16552938 or 1469443. OLE color: 1469443.

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

Color convert

RGB310822-
CMYK0.9700.800.58
HSL130.86º94.59%21.76%-
HSV(B)130.86º97.22%42.35%-
XYZ5.5410.82.55-
YUV66.8102.7182.49-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.26%
GREEN value IS 108 (42.58% from 255) = 81.20%
BLUE value IS 22 (8.98% from 255) = 16.54%
R=2.26%
G=81.20%
B=16.54%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal3108220.9700.800.58130.8694.5921.76
Hex36C16610503A835f16
Octal31542614101207220313726
Binary1111011001011011000010101000011101010000011101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036C16; }

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

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

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

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

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

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

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

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