#557152

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

Shades of Cactus #557152

Tints of Cactus #557152

Color information

#557152 (or 0x557152) is unknown color: approx Cactus. HEX triplet: 55, 71 and 52. RGB value is (85,113,82). Sum of RGB (Red+Green+Blue) = 85+113+82=280 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.36% from 280); Green value is 113 (44.53% from 255 or 40.36% from 280); Blue value is 82 (32.42% from 255 or 29.29% from 280); Max value from RGB is 113 - color contains mainly: green. Hex color #557152 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557152 is #AA8EAD. Grayscale: #656565. Windows color (decimal): -11177646 or 5402965. OLE color: 5402965.

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

Color convert

RGB8511382-
CMYK0.2500.270.56
HSL114.19º15.9%38.24%-
HSV(B)114.19º27.43%44.31%-
XYZ11.1714.3510.16-
YUV101.09117.22116.52-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.36%
GREEN value IS 113 (44.53% from 255) = 40.36%
BLUE value IS 82 (32.42% from 255) = 29.29%
R=30.36%
G=40.36%
B=29.29%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal85113820.2500.270.56114.1915.938.24
Hex5571521901B38721026
Octal12516112231033701622046
Binary10101011110001101001011001011011111000111001010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557152; }

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

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

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

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

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

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

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

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