#055802

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

Shades of Green #055802

Tints of Green #055802

Color information

#055802 (or 0x055802) is unknown color: approx Green. HEX triplet: 05, 58 and 02. RGB value is (5,88,2). Sum of RGB (Red+Green+Blue) = 5+88+2=95 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.26% from 95); Green value is 88 (34.77% from 255 or 92.63% from 95); Blue value is 2 (1.17% from 255 or 2.11% from 95); Max value from RGB is 88 - color contains mainly: green. Hex color #055802 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055802 is #FAA7FD. Grayscale: #353535. Windows color (decimal): -16427006 or 153605. OLE color: 153605.

HSL color Cylindrical-coordinate representation of color #055802: hue angle of 117.91º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #055802 is Cyan = 0.94, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.65.

Color convert

RGB5882-
CMYK0.9400.980.65
HSL117.91º95.56%17.65%-
HSV(B)117.91º97.73%34.51%-
XYZ3.567.021.22-
YUV53.389993.49-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.26%
GREEN value IS 88 (34.77% from 255) = 92.63%
BLUE value IS 2 (1.17% from 255) = 2.11%
R=5.26%
G=92.63%
B=2.11%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal58820.9400.980.65117.9195.5617.65
Hex55825E06241766012
Octal51302136014210116614022
Binary10110110001010111100110001010000011110110110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055802; }

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

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

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

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

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

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

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

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