#55762E

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

Shades of Green Leaf #55762E

Tints of Green Leaf #55762E

Color information

#55762E (or 0x55762E) is unknown color: approx Green Leaf. HEX triplet: 55, 76 and 2E. RGB value is (85,118,46). Sum of RGB (Red+Green+Blue) = 85+118+46=249 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.14% from 249); Green value is 118 (46.48% from 255 or 47.39% from 249); Blue value is 46 (18.36% from 255 or 18.47% from 249); Max value from RGB is 118 - color contains mainly: green. Hex color #55762E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55762E is #AA89D1. Grayscale: #646464. Windows color (decimal): -11176402 or 3044949. OLE color: 3044949.

HSL color Cylindrical-coordinate representation of color #55762E: hue angle of 87.5º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55762E is Cyan = 0.28, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.54.

Color convert

RGB8511846-
CMYK0.2800.610.54
HSL87.5º43.9%32.16%-
HSV(B)87.5º61.02%46.27%-
XYZ10.7215.094.93-
YUV99.9297.57117.35-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.14%
GREEN value IS 118 (46.48% from 255) = 47.39%
BLUE value IS 46 (18.36% from 255) = 18.47%
R=34.14%
G=47.39%
B=18.47%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal85118460.2800.610.5487.543.932.16
Hex55762E1C03D36582c20
Octal1251665634075661305440
Binary101010111101101011101110001111011101101011000101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55762E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55762E; }

 p { color: rgb(85,118,46); }

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

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

 a { background-color: rgb(85,118,46); }

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

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

 span { border-color: rgb(85,118,46); }

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