#55784E

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

Shades of Cactus #55784E

Tints of Cactus #55784E

Color information

#55784E (or 0x55784E) is unknown color: approx Cactus. HEX triplet: 55, 78 and 4E. RGB value is (85,120,78). Sum of RGB (Red+Green+Blue) = 85+120+78=283 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.04% from 283); Green value is 120 (47.27% from 255 or 42.40% from 283); Blue value is 78 (30.86% from 255 or 27.56% from 283); Max value from RGB is 120 - color contains mainly: green. Hex color #55784E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55784E is #AA87B1. Grayscale: #686868. Windows color (decimal): -11175858 or 5142613. OLE color: 5142613.

HSL color Cylindrical-coordinate representation of color #55784E: hue angle of 110º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #55784E is Cyan = 0.29, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.53.

Color convert

RGB8512078-
CMYK0.2900.350.53
HSL110º21.21%38.82%-
HSV(B)110º35%47.06%-
XYZ11.8415.919.66-
YUV104.75112.9113.92-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.04%
GREEN value IS 120 (47.27% from 255) = 42.40%
BLUE value IS 78 (30.86% from 255) = 27.56%
R=30.04%
G=42.40%
B=27.56%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal85120780.2900.350.5311021.2138.82
Hex55784E1D023356e1527
Octal12517011635043651562547
Binary101010111110001001110111010100011110101110111010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55784E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55784E; }

 p { color: rgb(85,120,78); }

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

<style>
 a { background-color: #55784E; }

 a { background-color: rgb(85,120,78); }

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

<style>
 span { border-color: #55784E; }

 span { border-color: rgb(85,120,78); }

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