#036D05

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

Shades of Green #036D05

Tints of Green #036D05

Color information

#036D05 (or 0x036D05) is unknown color: approx Green. HEX triplet: 03, 6D and 05. RGB value is (3,109,5). Sum of RGB (Red+Green+Blue) = 3+109+5=117 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.56% from 117); Green value is 109 (42.97% from 255 or 93.16% from 117); Blue value is 5 (2.34% from 255 or 4.27% from 117); Max value from RGB is 109 - color contains mainly: green. Hex color #036D05 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036D05 is #FC92FA. Grayscale: #414141. Windows color (decimal): -16552699 or 355587. OLE color: 355587.

HSL color Cylindrical-coordinate representation of color #036D05: hue angle of 121.13º 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 #036D05 is Cyan = 0.97, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.57.

Color convert

RGB31095-
CMYK0.9700.950.57
HSL121.13º94.64%21.96%-
HSV(B)121.13º97.25%42.75%-
XYZ5.5310.971.97-
YUV65.4593.8883.46-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.56%
GREEN value IS 109 (42.97% from 255) = 93.16%
BLUE value IS 5 (2.34% from 255) = 4.27%
R=2.56%
G=93.16%
B=4.27%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal310950.9700.950.57121.1394.6421.96
Hex36D56105F39795f16
Octal3155514101377117113726
Binary1111011011011100001010111111110011111001101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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