#55704C

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

Shades of Cactus #55704C

Tints of Cactus #55704C

Color information

#55704C (or 0x55704C) is unknown color: approx Cactus. HEX triplet: 55, 70 and 4C. RGB value is (85,112,76). Sum of RGB (Red+Green+Blue) = 85+112+76=273 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.14% from 273); Green value is 112 (44.14% from 255 or 41.03% from 273); Blue value is 76 (30.08% from 255 or 27.84% from 273); Max value from RGB is 112 - color contains mainly: green. Hex color #55704C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55704C is #AA8FB3. Grayscale: #636363. Windows color (decimal): -11177908 or 5009493. OLE color: 5009493.

HSL color Cylindrical-coordinate representation of color #55704C: hue angle of 105º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #55704C is Cyan = 0.24, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB8511276-
CMYK0.2400.320.56
HSL105º19.15%36.86%-
HSV(B)105º32.14%43.92%-
XYZ10.8414.048.98-
YUV99.82114.55117.43-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.14%
GREEN value IS 112 (44.14% from 255) = 41.03%
BLUE value IS 76 (30.08% from 255) = 27.84%
R=31.14%
G=41.03%
B=27.84%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal85112760.2400.320.5610519.1536.86
Hex55704C1802038691325
Octal12516011430040701512345
Binary101010111100001001100110000100000111000110100110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55704C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,112,76); }

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

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

 a { background-color: rgb(85,112,76); }

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

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

 span { border-color: rgb(85,112,76); }

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