#55721F

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

Shades of Green Leaf #55721F

Tints of Green Leaf #55721F

Color information

#55721F (or 0x55721F) is unknown color: approx Green Leaf. HEX triplet: 55, 72 and 1F. RGB value is (85,114,31). Sum of RGB (Red+Green+Blue) = 85+114+31=230 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.96% from 230); Green value is 114 (44.92% from 255 or 49.57% from 230); Blue value is 31 (12.5% from 255 or 13.48% from 230); Max value from RGB is 114 - color contains mainly: green. Hex color #55721F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55721F is #AA8DE0. Grayscale: #606060. Windows color (decimal): -11177441 or 2060885. OLE color: 2060885.

HSL color Cylindrical-coordinate representation of color #55721F: hue angle of 80.96º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #55721F is Cyan = 0.25, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.55.

Color convert

RGB8511431-
CMYK0.2500.730.55
HSL80.96º57.24%28.43%-
HSV(B)80.96º72.81%44.71%-
XYZ10.0114.063.48-
YUV95.8791.39120.25-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.96%
GREEN value IS 114 (44.92% from 255) = 49.57%
BLUE value IS 31 (12.5% from 255) = 13.48%
R=36.96%
G=49.57%
B=13.48%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal85114310.2500.730.5580.9657.2428.43
Hex55721F190493751391c
Octal12516237310111671217134
Binary10101011110010111111100101001001110111101000111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55721F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55721F; }

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

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

<style>
 a { background-color: #55721F; }

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

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

<style>
 span { border-color: #55721F; }

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

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