#55722A

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

Shades of Green Leaf #55722A

Tints of Green Leaf #55722A

Color information

#55722A (or 0x55722A) is unknown color: approx Green Leaf. HEX triplet: 55, 72 and 2A. RGB value is (85,114,42). Sum of RGB (Red+Green+Blue) = 85+114+42=241 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.27% from 241); Green value is 114 (44.92% from 255 or 47.30% from 241); Blue value is 42 (16.80% from 255 or 17.43% from 241); Max value from RGB is 114 - color contains mainly: green. Hex color #55722A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55722A is #AA8DD5. Grayscale: #616161. Windows color (decimal): -11177430 or 2781781. OLE color: 2781781.

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

Color convert

RGB8511442-
CMYK0.2500.630.55
HSL84.17º46.15%30.59%-
HSV(B)84.17º63.16%44.71%-
XYZ10.1814.134.38-
YUV97.1296.89119.35-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.27%
GREEN value IS 114 (44.92% from 255) = 47.30%
BLUE value IS 42 (16.80% from 255) = 17.43%
R=35.27%
G=47.30%
B=17.43%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal85114420.2500.630.5584.1746.1530.59
Hex55722A1903F37542e1f
Octal1251625231077671245637
Binary10101011110010101010110010111111110111101010010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55722A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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