#55712F

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

Shades of Green Leaf #55712F

Tints of Green Leaf #55712F

Color information

#55712F (or 0x55712F) is unknown color: approx Green Leaf. HEX triplet: 55, 71 and 2F. RGB value is (85,113,47). Sum of RGB (Red+Green+Blue) = 85+113+47=245 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.69% from 245); Green value is 113 (44.53% from 255 or 46.12% from 245); Blue value is 47 (18.75% from 255 or 19.18% from 245); Max value from RGB is 113 - color contains mainly: green. Hex color #55712F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55712F is #AA8ED0. Grayscale: #616161. Windows color (decimal): -11177681 or 3109205. OLE color: 3109205.

HSL color Cylindrical-coordinate representation of color #55712F: hue angle of 85.45º 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 #55712F is Cyan = 0.25, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB8511347-
CMYK0.2500.580.56
HSL85.45º41.25%31.37%-
HSV(B)85.45º58.41%44.31%-
XYZ10.1613.954.85-
YUV97.199.72119.37-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.69%
GREEN value IS 113 (44.53% from 255) = 46.12%
BLUE value IS 47 (18.75% from 255) = 19.18%
R=34.69%
G=46.12%
B=19.18%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal85113470.2500.580.5685.4541.2531.37
Hex55712F1903A3855291f
Octal1251615731072701255137
Binary10101011110001101111110010111010111000101010110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55712F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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