#55722B

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

Shades of Green Leaf #55722B

Tints of Green Leaf #55722B

Color information

#55722B (or 0x55722B) is unknown color: approx Green Leaf. HEX triplet: 55, 72 and 2B. RGB value is (85,114,43). Sum of RGB (Red+Green+Blue) = 85+114+43=242 (32% of max value = 765). Red value is 85 (33.59% from 255 or 35.12% from 242); Green value is 114 (44.92% from 255 or 47.11% from 242); Blue value is 43 (17.19% from 255 or 17.77% from 242); Max value from RGB is 114 - color contains mainly: green. Hex color #55722B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55722B is #AA8DD4. Grayscale: #616161. Windows color (decimal): -11177429 or 2847317. OLE color: 2847317.

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

Color convert

RGB8511443-
CMYK0.2500.620.55
HSL84.51º45.22%30.78%-
HSV(B)84.51º62.28%44.71%-
XYZ10.214.144.48-
YUV97.2497.39119.27-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.12%
GREEN value IS 114 (44.92% from 255) = 47.11%
BLUE value IS 43 (17.19% from 255) = 17.77%
R=35.12%
G=47.11%
B=17.77%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal85114430.2500.620.5584.5145.2230.78
Hex55722B1903E37552d1f
Octal1251625331076671255537
Binary10101011110010101011110010111110110111101010110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55722B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,114,43); }

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

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

 a { background-color: rgb(85,114,43); }

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

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

 span { border-color: rgb(85,114,43); }

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