#55731E

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

Shades of Green Leaf #55731E

Tints of Green Leaf #55731E

Color information

#55731E (or 0x55731E) is unknown color: approx Green Leaf. HEX triplet: 55, 73 and 1E. RGB value is (85,115,30). Sum of RGB (Red+Green+Blue) = 85+115+30=230 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.96% from 230); Green value is 115 (45.31% from 255 or 50% from 230); Blue value is 30 (12.11% from 255 or 13.04% from 230); Max value from RGB is 115 - color contains mainly: green. Hex color #55731E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55731E is #AA8CE1. Grayscale: #606060. Windows color (decimal): -11177186 or 1995605. OLE color: 1995605.

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

Color convert

RGB8511530-
CMYK0.2600.740.55
HSL81.18º58.62%28.43%-
HSV(B)81.18º73.91%45.1%-
XYZ10.1114.293.45-
YUV96.3490.56119.91-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.96%
GREEN value IS 115 (45.31% from 255) = 50%
BLUE value IS 30 (12.11% from 255) = 13.04%
R=36.96%
G=50%
B=13.04%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal85115300.2600.740.5581.1858.6228.43
Hex55731E1A04A37513b1c
Octal12516336320112671217334
Binary10101011110011111101101001001010110111101000111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55731E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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