#036F0D

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

Shades of Green #036F0D

Tints of Green #036F0D

Color information

#036F0D (or 0x036F0D) is unknown color: approx Green. HEX triplet: 03, 6F and 0D. RGB value is (3,111,13). Sum of RGB (Red+Green+Blue) = 3+111+13=127 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.36% from 127); Green value is 111 (43.75% from 255 or 87.40% from 127); Blue value is 13 (5.47% from 255 or 10.24% from 127); Max value from RGB is 111 - color contains mainly: green. Hex color #036F0D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036F0D is #FC90F2. Grayscale: #434343. Windows color (decimal): -16552179 or 880387. OLE color: 880387.

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

Color convert

RGB311113-
CMYK0.9700.880.56
HSL125.56º94.74%22.35%-
HSV(B)125.56º97.3%43.53%-
XYZ5.7911.422.28-
YUV67.5497.2281.97-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.36%
GREEN value IS 111 (43.75% from 255) = 87.40%
BLUE value IS 13 (5.47% from 255) = 10.24%
R=2.36%
G=87.40%
B=10.24%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3111130.9700.880.56125.5694.7422.35
Hex36FD61058387e5f16
Octal31571514101307017613726
Binary11110111111011100001010110001110001111110101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036F0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,111,13); }

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

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

 a { background-color: rgb(3,111,13); }

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

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

 span { border-color: rgb(3,111,13); }

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