#55702F

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

Shades of Green Leaf #55702F

Tints of Green Leaf #55702F

Color information

#55702F (or 0x55702F) is unknown color: approx Green Leaf. HEX triplet: 55, 70 and 2F. RGB value is (85,112,47). Sum of RGB (Red+Green+Blue) = 85+112+47=244 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.84% from 244); Green value is 112 (44.14% from 255 or 45.90% from 244); Blue value is 47 (18.75% from 255 or 19.26% from 244); Max value from RGB is 112 - color contains mainly: green. Hex color #55702F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55702F is #AA8FD0. Grayscale: #606060. Windows color (decimal): -11177937 or 3108949. OLE color: 3108949.

HSL color Cylindrical-coordinate representation of color #55702F: hue angle of 84.92º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55702F is Cyan = 0.24, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB8511247-
CMYK0.2400.580.56
HSL84.92º40.88%31.18%-
HSV(B)84.92º58.04%43.92%-
XYZ10.0513.724.81-
YUV96.52100.05119.79-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.84%
GREEN value IS 112 (44.14% from 255) = 45.90%
BLUE value IS 47 (18.75% from 255) = 19.26%
R=34.84%
G=45.90%
B=19.26%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal85112470.2400.580.5684.9240.8831.18
Hex55702F1803A3855291f
Octal1251605730072701255137
Binary10101011110000101111110000111010111000101010110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55702F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55702F; }

 p { color: rgb(85,112,47); }

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

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

 a { background-color: rgb(85,112,47); }

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

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

 span { border-color: rgb(85,112,47); }

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