#57734A

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

Shades of Cactus #57734A

Tints of Cactus #57734A

Color information

#57734A (or 0x57734A) is unknown color: approx Cactus. HEX triplet: 57, 73 and 4A. RGB value is (87,115,74). Sum of RGB (Red+Green+Blue) = 87+115+74=276 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.52% from 276); Green value is 115 (45.31% from 255 or 41.67% from 276); Blue value is 74 (29.30% from 255 or 26.81% from 276); Max value from RGB is 115 - color contains mainly: green. Hex color #57734A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57734A is #A88CB5. Grayscale: #666666. Windows color (decimal): -11046070 or 4879191. OLE color: 4879191.

HSL color Cylindrical-coordinate representation of color #57734A: hue angle of 100.98º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #57734A is Cyan = 0.24, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB8711574-
CMYK0.2400.360.55
HSL100.98º21.69%37.06%-
HSV(B)100.98º35.65%45.1%-
XYZ11.314.788.74-
YUV101.95112.22117.33-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.52%
GREEN value IS 115 (45.31% from 255) = 41.67%
BLUE value IS 74 (29.30% from 255) = 26.81%
R=31.52%
G=41.67%
B=26.81%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal87115740.2400.360.55100.9821.6937.06
Hex57734A1802437651625
Octal12716311230044671452645
Binary101011111100111001010110000100100110111110010110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57734A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57734A; }

 p { color: rgb(87,115,74); }

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

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

 a { background-color: rgb(87,115,74); }

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

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

 span { border-color: rgb(87,115,74); }

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