#036502

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

Shades of Green #036502

Tints of Green #036502

Color information

#036502 (or 0x036502) is unknown color: approx Green. HEX triplet: 03, 65 and 02. RGB value is (3,101,2). Sum of RGB (Red+Green+Blue) = 3+101+2=106 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.83% from 106); Green value is 101 (39.84% from 255 or 95.28% from 106); Blue value is 2 (1.17% from 255 or 1.89% from 106); Max value from RGB is 101 - color contains mainly: green. Hex color #036502 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036502 is #FC9AFD. Grayscale: #3C3C3C. Windows color (decimal): -16554750 or 156931. OLE color: 156931.

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

Color convert

RGB31012-
CMYK0.9700.980.60
HSL119.39º96.12%20.2%-
HSV(B)119.39º98.02%39.61%-
XYZ4.79.331.61-
YUV60.4195.0387.05-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.83%
GREEN value IS 101 (39.84% from 255) = 95.28%
BLUE value IS 2 (1.17% from 255) = 1.89%
R=2.83%
G=95.28%
B=1.89%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal310120.9700.980.60119.3996.1220.2
Hex3652610623C776014
Octal3145214101427416714024
Binary111100101101100001011000101111001110111110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036502; }

 p { color: rgb(3,101,2); }

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

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

 a { background-color: rgb(3,101,2); }

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

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

 span { border-color: rgb(3,101,2); }

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