#55724F

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

Shades of Cactus #55724F

Tints of Cactus #55724F

Color information

#55724F (or 0x55724F) is unknown color: approx Cactus. HEX triplet: 55, 72 and 4F. RGB value is (85,114,79). Sum of RGB (Red+Green+Blue) = 85+114+79=278 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.58% from 278); Green value is 114 (44.92% from 255 or 41.01% from 278); Blue value is 79 (31.25% from 255 or 28.42% from 278); Max value from RGB is 114 - color contains mainly: green. Hex color #55724F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55724F is #AA8DB0. Grayscale: #656565. Windows color (decimal): -11177393 or 5206613. OLE color: 5206613.

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

Color convert

RGB8511479-
CMYK0.2500.310.55
HSL109.71º18.13%37.84%-
HSV(B)109.71º30.7%44.71%-
XYZ11.1714.539.61-
YUV101.34115.39116.35-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.58%
GREEN value IS 114 (44.92% from 255) = 41.01%
BLUE value IS 79 (31.25% from 255) = 28.42%
R=30.58%
G=41.01%
B=28.42%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal85114790.2500.310.55109.7118.1337.84
Hex55724F1901F376e1226
Octal12516211731037671562246
Binary10101011110010100111111001011111110111110111010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55724F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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