#055706

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

Shades of Green #055706

Tints of Green #055706

Color information

#055706 (or 0x055706) is unknown color: approx Green. HEX triplet: 05, 57 and 06. RGB value is (5,87,6). Sum of RGB (Red+Green+Blue) = 5+87+6=98 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.10% from 98); Green value is 87 (34.38% from 255 or 88.78% from 98); Blue value is 6 (2.73% from 255 or 6.12% from 98); Max value from RGB is 87 - color contains mainly: green. Hex color #055706 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055706 is #FAA8F9. Grayscale: #353535. Windows color (decimal): -16427258 or 415493. OLE color: 415493.

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

Color convert

RGB5876-
CMYK0.9400.930.66
HSL120.73º89.13%18.04%-
HSV(B)120.73º94.25%34.12%-
XYZ3.56.861.31-
YUV53.25101.3393.59-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.10%
GREEN value IS 87 (34.38% from 255) = 88.78%
BLUE value IS 6 (2.73% from 255) = 6.12%
R=5.10%
G=88.78%
B=6.12%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal58760.9400.930.66120.7389.1318.04
Hex55765E05D42795912
Octal51276136013510217113122
Binary101101011111010111100101110110000101111001101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055706; }

 p { color: rgb(5,87,6); }

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

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

 a { background-color: rgb(5,87,6); }

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

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

 span { border-color: rgb(5,87,6); }

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