#55711A

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

Shades of Green Leaf #55711A

Tints of Green Leaf #55711A

Color information

#55711A (or 0x55711A) is unknown color: approx Green Leaf. HEX triplet: 55, 71 and 1A. RGB value is (85,113,26). Sum of RGB (Red+Green+Blue) = 85+113+26=224 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.95% from 224); Green value is 113 (44.53% from 255 or 50.45% from 224); Blue value is 26 (10.55% from 255 or 11.61% from 224); Max value from RGB is 113 - color contains mainly: green. Hex color #55711A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55711A is #AA8EE5. Grayscale: #5F5F5F. Windows color (decimal): -11177702 or 1732949. OLE color: 1732949.

HSL color Cylindrical-coordinate representation of color #55711A: hue angle of 79.31º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #55711A is Cyan = 0.25, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.56.

Color convert

RGB8511326-
CMYK0.2500.770.56
HSL79.31º62.59%27.25%-
HSV(B)79.31º76.99%44.31%-
XYZ9.8413.823.13-
YUV94.7189.22121.07-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.95%
GREEN value IS 113 (44.53% from 255) = 50.45%
BLUE value IS 26 (10.55% from 255) = 11.61%
R=37.95%
G=50.45%
B=11.61%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal85113260.2500.770.5679.3162.5927.25
Hex55711A1904D384f3f1b
Octal12516132310115701177733
Binary10101011110001110101100101001101111000100111111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55711A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55711A; }

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

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

<style>
 a { background-color: #55711A; }

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

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

<style>
 span { border-color: #55711A; }

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

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