#557151

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

Shades of Cactus #557151

Tints of Cactus #557151

Color information

#557151 (or 0x557151) is unknown color: approx Cactus. HEX triplet: 55, 71 and 51. RGB value is (85,113,81). Sum of RGB (Red+Green+Blue) = 85+113+81=279 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.47% from 279); Green value is 113 (44.53% from 255 or 40.50% from 279); Blue value is 81 (32.03% from 255 or 29.03% from 279); Max value from RGB is 113 - color contains mainly: green. Hex color #557151 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557151 is #AA8EAE. Grayscale: #656565. Windows color (decimal): -11177647 or 5337429. OLE color: 5337429.

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

Color convert

RGB8511381-
CMYK0.2500.280.56
HSL112.5º16.49%38.04%-
HSV(B)112.5º28.32%44.31%-
XYZ11.1414.349.96-
YUV100.98116.72116.6-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.47%
GREEN value IS 113 (44.53% from 255) = 40.50%
BLUE value IS 81 (32.03% from 255) = 29.03%
R=30.47%
G=40.50%
B=29.03%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal85113810.2500.280.56112.516.4938.04
Hex5571511901C38701026
Octal12516112131034701602046
Binary10101011110001101000111001011100111000111000010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557151; }

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

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

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

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

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

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

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

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