#55701E

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

Shades of Green Leaf #55701E

Tints of Green Leaf #55701E

Color information

#55701E (or 0x55701E) is unknown color: approx Green Leaf. HEX triplet: 55, 70 and 1E. RGB value is (85,112,30). Sum of RGB (Red+Green+Blue) = 85+112+30=227 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.44% from 227); Green value is 112 (44.14% from 255 or 49.34% from 227); Blue value is 30 (12.11% from 255 or 13.22% from 227); Max value from RGB is 112 - color contains mainly: green. Hex color #55701E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55701E is #AA8FE1. Grayscale: #5E5E5E. Windows color (decimal): -11177954 or 1994837. OLE color: 1994837.

HSL color Cylindrical-coordinate representation of color #55701E: hue angle of 79.76º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #55701E is Cyan = 0.24, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB8511230-
CMYK0.2400.730.56
HSL79.76º57.75%27.84%-
HSV(B)79.76º73.21%43.92%-
XYZ9.7713.613.34-
YUV94.5891.55121.17-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.44%
GREEN value IS 112 (44.14% from 255) = 49.34%
BLUE value IS 30 (12.11% from 255) = 13.22%
R=37.44%
G=49.34%
B=13.22%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal85112300.2400.730.5679.7657.7527.84
Hex55701E1804938503a1c
Octal12516036300111701207234
Binary10101011110000111101100001001001111000101000011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55701E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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