#557154

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

Shades of Cactus #557154

Tints of Cactus #557154

Color information

#557154 (or 0x557154) is unknown color: approx Cactus. HEX triplet: 55, 71 and 54. RGB value is (85,113,84). Sum of RGB (Red+Green+Blue) = 85+113+84=282 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.14% from 282); Green value is 113 (44.53% from 255 or 40.07% from 282); Blue value is 84 (33.20% from 255 or 29.79% from 282); Max value from RGB is 113 - color contains mainly: green. Hex color #557154 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557154 is #AA8EAB. Grayscale: #656565. Windows color (decimal): -11177644 or 5534037. OLE color: 5534037.

HSL color Cylindrical-coordinate representation of color #557154: hue angle of 117.93º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #557154 is Cyan = 0.25, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.56.

Color convert

RGB8511384-
CMYK0.2500.260.56
HSL117.93º14.72%38.63%-
HSV(B)117.93º25.66%44.31%-
XYZ11.2514.3810.57-
YUV101.32118.22116.36-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.14%
GREEN value IS 113 (44.53% from 255) = 40.07%
BLUE value IS 84 (33.20% from 255) = 29.79%
R=30.14%
G=40.07%
B=29.79%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal85113840.2500.260.56117.9314.7238.63
Hex5571541901A3876f27
Octal12516112431032701661747
Binary1010101111000110101001100101101011100011101101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557154; }

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

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

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

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

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

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

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

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