#55731B

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

Shades of Green Leaf #55731B

Tints of Green Leaf #55731B

Color information

#55731B (or 0x55731B) is unknown color: approx Green Leaf. HEX triplet: 55, 73 and 1B. RGB value is (85,115,27). Sum of RGB (Red+Green+Blue) = 85+115+27=227 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.44% from 227); Green value is 115 (45.31% from 255 or 50.66% from 227); Blue value is 27 (10.94% from 255 or 11.89% from 227); Max value from RGB is 115 - color contains mainly: green. Hex color #55731B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55731B is #AA8CE4. Grayscale: #606060. Windows color (decimal): -11177189 or 1798997. OLE color: 1798997.

HSL color Cylindrical-coordinate representation of color #55731B: hue angle of 80.45º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #55731B is Cyan = 0.26, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB8511527-
CMYK0.2600.770.55
HSL80.45º61.97%27.84%-
HSV(B)80.45º76.52%45.1%-
XYZ10.0714.273.26-
YUV9689.06120.16-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.44%
GREEN value IS 115 (45.31% from 255) = 50.66%
BLUE value IS 27 (10.94% from 255) = 11.89%
R=37.44%
G=50.66%
B=11.89%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal85115270.2600.770.5580.4561.9727.84
Hex55731B1A04D37503e1c
Octal12516333320115671207634
Binary10101011110011110111101001001101110111101000011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55731B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55731B; }

 p { color: rgb(85,115,27); }

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

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

 a { background-color: rgb(85,115,27); }

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

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

 span { border-color: rgb(85,115,27); }

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