#036B05

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

Shades of Green #036B05

Tints of Green #036B05

Color information

#036B05 (or 0x036B05) is unknown color: approx Green. HEX triplet: 03, 6B and 05. RGB value is (3,107,5). Sum of RGB (Red+Green+Blue) = 3+107+5=115 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.61% from 115); Green value is 107 (42.19% from 255 or 93.04% from 115); Blue value is 5 (2.34% from 255 or 4.35% from 115); Max value from RGB is 107 - color contains mainly: green. Hex color #036B05 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036B05 is #FC94FA. Grayscale: #404040. Windows color (decimal): -16553211 or 355075. OLE color: 355075.

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

Color convert

RGB31075-
CMYK0.9700.950.58
HSL121.15º94.55%21.57%-
HSV(B)121.15º97.2%41.96%-
XYZ5.3210.551.9-
YUV64.2894.5484.29-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.61%
GREEN value IS 107 (42.19% from 255) = 93.04%
BLUE value IS 5 (2.34% from 255) = 4.35%
R=2.61%
G=93.04%
B=4.35%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal310750.9700.950.58121.1594.5521.57
Hex36B56105F3A795f16
Octal3153514101377217113726
Binary1111010111011100001010111111110101111001101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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