#055602

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

Shades of Green #055602

Tints of Green #055602

Color information

#055602 (or 0x055602) is unknown color: approx Green. HEX triplet: 05, 56 and 02. RGB value is (5,86,2). Sum of RGB (Red+Green+Blue) = 5+86+2=93 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.38% from 93); Green value is 86 (33.98% from 255 or 92.47% from 93); Blue value is 2 (1.17% from 255 or 2.15% from 93); Max value from RGB is 86 - color contains mainly: green. Hex color #055602 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055602 is #FAA9FD. Grayscale: #343434. Windows color (decimal): -16427518 or 153093. OLE color: 153093.

HSL color Cylindrical-coordinate representation of color #055602: hue angle of 117.86º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #055602 is Cyan = 0.94, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.66.

Color convert

RGB5862-
CMYK0.9400.980.66
HSL117.86º95.45%17.25%-
HSV(B)117.86º97.67%33.73%-
XYZ3.46.691.17-
YUV52.299.6694.33-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.38%
GREEN value IS 86 (33.98% from 255) = 92.47%
BLUE value IS 2 (1.17% from 255) = 2.15%
R=5.38%
G=92.47%
B=2.15%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal58620.9400.980.66117.8695.4517.25
Hex55625E06242765f11
Octal51262136014210216613721
Binary10110101101010111100110001010000101110110101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055602; }

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

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

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

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

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

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

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

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