#036F04

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

Shades of Green #036F04

Tints of Green #036F04

Color information

#036F04 (or 0x036F04) is unknown color: approx Green. HEX triplet: 03, 6F and 04. RGB value is (3,111,4). Sum of RGB (Red+Green+Blue) = 3+111+4=118 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.54% from 118); Green value is 111 (43.75% from 255 or 94.07% from 118); Blue value is 4 (1.95% from 255 or 3.39% from 118); Max value from RGB is 111 - color contains mainly: green. Hex color #036F04 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036F04 is #FC90FB. Grayscale: #424242. Windows color (decimal): -16552188 or 290563. OLE color: 290563.

HSL color Cylindrical-coordinate representation of color #036F04: hue angle of 120.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 #036F04 is Cyan = 0.97, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB31114-
CMYK0.9700.960.56
HSL120.56º94.74%22.35%-
HSV(B)120.56º97.3%43.53%-
XYZ5.7411.42.01-
YUV66.5192.7282.7-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.54%
GREEN value IS 111 (43.75% from 255) = 94.07%
BLUE value IS 4 (1.95% from 255) = 3.39%
R=2.54%
G=94.07%
B=3.39%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal311140.9700.960.56120.5694.7422.35
Hex36F46106038795f16
Octal3157414101407017113726
Binary1111011111001100001011000001110001111001101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036F04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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