#036402

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

Shades of Green #036402

Tints of Green #036402

Color information

#036402 (or 0x036402) is unknown color: approx Green. HEX triplet: 03, 64 and 02. RGB value is (3,100,2). Sum of RGB (Red+Green+Blue) = 3+100+2=105 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.86% from 105); Green value is 100 (39.45% from 255 or 95.24% from 105); Blue value is 2 (1.17% from 255 or 1.90% from 105); Max value from RGB is 100 - color contains mainly: green. Hex color #036402 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036402 is #FC9BFD. Grayscale: #3C3C3C. Windows color (decimal): -16555006 or 156675. OLE color: 156675.

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

Color convert

RGB31002-
CMYK0.9700.980.61
HSL119.39º96.08%20%-
HSV(B)119.39º98%39.22%-
XYZ4.619.141.58-
YUV59.8295.3687.47-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.86%
GREEN value IS 100 (39.45% from 255) = 95.24%
BLUE value IS 2 (1.17% from 255) = 1.90%
R=2.86%
G=95.24%
B=1.90%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal310020.9700.980.61119.3996.0820
Hex3642610623D776014
Octal3144214101427516714024
Binary111100100101100001011000101111011110111110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036402; }

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

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

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

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

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

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

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

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