#55721C

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

Shades of Green Leaf #55721C

Tints of Green Leaf #55721C

Color information

#55721C (or 0x55721C) is unknown color: approx Green Leaf. HEX triplet: 55, 72 and 1C. RGB value is (85,114,28). Sum of RGB (Red+Green+Blue) = 85+114+28=227 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.44% from 227); Green value is 114 (44.92% from 255 or 50.22% from 227); Blue value is 28 (11.33% from 255 or 12.33% from 227); Max value from RGB is 114 - color contains mainly: green. Hex color #55721C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55721C is #AA8DE3. Grayscale: #5F5F5F. Windows color (decimal): -11177444 or 1864277. OLE color: 1864277.

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

Color convert

RGB8511428-
CMYK0.2500.750.55
HSL80.23º60.56%27.84%-
HSV(B)80.23º75.44%44.71%-
XYZ9.9714.053.28-
YUV95.5289.89120.49-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.44%
GREEN value IS 114 (44.92% from 255) = 50.22%
BLUE value IS 28 (11.33% from 255) = 12.33%
R=37.44%
G=50.22%
B=12.33%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal85114280.2500.750.5580.2360.5627.84
Hex55721C1904B37503d1c
Octal12516234310113671207534
Binary10101011110010111001100101001011110111101000011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55721C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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