#056402

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

Shades of Green #056402

Tints of Green #056402

Color information

#056402 (or 0x056402) is unknown color: approx Green. HEX triplet: 05, 64 and 02. RGB value is (5,100,2). Sum of RGB (Red+Green+Blue) = 5+100+2=107 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.67% from 107); Green value is 100 (39.45% from 255 or 93.46% from 107); Blue value is 2 (1.17% from 255 or 1.87% from 107); Max value from RGB is 100 - color contains mainly: green. Hex color #056402 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #056402 is #FA9BFD. Grayscale: #3C3C3C. Windows color (decimal): -16423934 or 156677. OLE color: 156677.

HSL color Cylindrical-coordinate representation of color #056402: hue angle of 118.16º 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 #056402 is Cyan = 0.95, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.61.

Color convert

RGB51002-
CMYK0.9500.980.61
HSL118.16º96.08%20%-
HSV(B)118.16º98%39.22%-
XYZ4.639.151.58-
YUV60.4295.0388.47-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.67%
GREEN value IS 100 (39.45% from 255) = 93.46%
BLUE value IS 2 (1.17% from 255) = 1.87%
R=4.67%
G=93.46%
B=1.87%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal510020.9500.980.61118.1696.0820
Hex56425F0623D766014
Octal5144213701427516614024
Binary1011100100101011111011000101111011110110110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056402; }

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

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

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

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

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

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

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

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