#036D13

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

Shades of Green #036D13

Tints of Green #036D13

Color information

#036D13 (or 0x036D13) is unknown color: approx Green. HEX triplet: 03, 6D and 13. RGB value is (3,109,19). Sum of RGB (Red+Green+Blue) = 3+109+19=131 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.29% from 131); Green value is 109 (42.97% from 255 or 83.21% from 131); Blue value is 19 (7.81% from 255 or 14.50% from 131); Max value from RGB is 109 - color contains mainly: green. Hex color #036D13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036D13 is #FC92EC. Grayscale: #434343. Windows color (decimal): -16552685 or 1273091. OLE color: 1273091.

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

Color convert

RGB310919-
CMYK0.9700.830.57
HSL129.06º94.64%21.96%-
HSV(B)129.06º97.25%42.75%-
XYZ5.62112.44-
YUV67.05100.8882.32-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.29%
GREEN value IS 109 (42.97% from 255) = 83.21%
BLUE value IS 19 (7.81% from 255) = 14.50%
R=2.29%
G=83.21%
B=14.50%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal3109190.9700.830.57129.0694.6421.96
Hex36D136105339815f16
Octal31552314101237120113726
Binary1111011011001111000010101001111100110000001101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,109,19); }

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

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

 a { background-color: rgb(3,109,19); }

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

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

 span { border-color: rgb(3,109,19); }

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