#57754B

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

Shades of Cactus #57754B

Tints of Cactus #57754B

Color information

#57754B (or 0x57754B) is unknown color: approx Cactus. HEX triplet: 57, 75 and 4B. RGB value is (87,117,75). Sum of RGB (Red+Green+Blue) = 87+117+75=279 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.18% from 279); Green value is 117 (46.09% from 255 or 41.94% from 279); Blue value is 75 (29.69% from 255 or 26.88% from 279); Max value from RGB is 117 - color contains mainly: green. Hex color #57754B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57754B is #A88AB4. Grayscale: #676767. Windows color (decimal): -11045557 or 4945239. OLE color: 4945239.

HSL color Cylindrical-coordinate representation of color #57754B: hue angle of 102.86º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #57754B is Cyan = 0.26, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB8711775-
CMYK0.2600.360.54
HSL102.86º21.88%37.65%-
HSV(B)102.86º35.9%45.88%-
XYZ11.5615.268.99-
YUV103.24112.06116.42-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.18%
GREEN value IS 117 (46.09% from 255) = 41.94%
BLUE value IS 75 (29.69% from 255) = 26.88%
R=31.18%
G=41.94%
B=26.88%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal87117750.2600.360.54102.8621.8837.65
Hex57754B1A02436671626
Octal12716511332044661472646
Binary101011111101011001011110100100100110110110011110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57754B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57754B; }

 p { color: rgb(87,117,75); }

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

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

 a { background-color: rgb(87,117,75); }

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

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

 span { border-color: rgb(87,117,75); }

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