#557454

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

Shades of Cactus #557454

Tints of Cactus #557454

Color information

#557454 (or 0x557454) is unknown color: approx Cactus. HEX triplet: 55, 74 and 54. RGB value is (85,116,84). Sum of RGB (Red+Green+Blue) = 85+116+84=285 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.82% from 285); Green value is 116 (45.70% from 255 or 40.70% from 285); Blue value is 84 (33.20% from 255 or 29.47% from 285); Max value from RGB is 116 - color contains mainly: green. Hex color #557454 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557454 is #AA8BAB. Grayscale: #676767. Windows color (decimal): -11176876 or 5534805. OLE color: 5534805.

HSL color Cylindrical-coordinate representation of color #557454: hue angle of 118.12º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #557454 is Cyan = 0.27, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.55.

Color convert

RGB8511684-
CMYK0.2700.280.55
HSL118.12º16%39.22%-
HSV(B)118.12º27.59%45.49%-
XYZ11.5915.0610.68-
YUV103.08117.23115.1-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.82%
GREEN value IS 116 (45.70% from 255) = 40.70%
BLUE value IS 84 (33.20% from 255) = 29.47%
R=29.82%
G=40.70%
B=29.47%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal85116840.2700.280.55118.121639.22
Hex5574541B01C37761027
Octal12516412433034671662047
Binary10101011110100101010011011011100110111111011010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557454; }

 p { color: rgb(85,116,84); }

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

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

 a { background-color: rgb(85,116,84); }

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

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

 span { border-color: rgb(85,116,84); }

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