#036204

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

Shades of Green #036204

Tints of Green #036204

Color information

#036204 (or 0x036204) is unknown color: approx Green. HEX triplet: 03, 62 and 04. RGB value is (3,98,4). Sum of RGB (Red+Green+Blue) = 3+98+4=105 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.86% from 105); Green value is 98 (38.67% from 255 or 93.33% from 105); Blue value is 4 (1.95% from 255 or 3.81% from 105); Max value from RGB is 98 - color contains mainly: green. Hex color #036204 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036204 is #FC9DFB. Grayscale: #3B3B3B. Windows color (decimal): -16555516 or 287235. OLE color: 287235.

HSL color Cylindrical-coordinate representation of color #036204: hue angle of 120.63º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036204 is Cyan = 0.97, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.62.

Color convert

RGB3984-
CMYK0.9700.960.62
HSL120.63º94.06%19.8%-
HSV(B)120.63º96.94%38.43%-
XYZ4.438.761.57-
YUV58.8897.0388.14-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.86%
GREEN value IS 98 (38.67% from 255) = 93.33%
BLUE value IS 4 (1.95% from 255) = 3.81%
R=2.86%
G=93.33%
B=3.81%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal39840.9700.960.62120.6394.0619.8
Hex3624610603E795e14
Octal3142414101407617113624
Binary1111000101001100001011000001111101111001101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036204; }

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

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

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

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

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

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

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

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