#57704F

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

Shades of Cactus #57704F

Tints of Cactus #57704F

Color information

#57704F (or 0x57704F) is unknown color: approx Cactus. HEX triplet: 57, 70 and 4F. RGB value is (87,112,79). Sum of RGB (Red+Green+Blue) = 87+112+79=278 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.29% from 278); Green value is 112 (44.14% from 255 or 40.29% from 278); Blue value is 79 (31.25% from 255 or 28.42% from 278); Max value from RGB is 112 - color contains mainly: green. Hex color #57704F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57704F is #A88FB0. Grayscale: #646464. Windows color (decimal): -11046833 or 5206103. OLE color: 5206103.

HSL color Cylindrical-coordinate representation of color #57704F: hue angle of 105.45º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #57704F is Cyan = 0.22, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB8711279-
CMYK0.2200.290.56
HSL105.45º17.28%37.45%-
HSV(B)105.45º29.46%43.92%-
XYZ11.1414.189.55-
YUV100.76115.72118.18-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.29%
GREEN value IS 112 (44.14% from 255) = 40.29%
BLUE value IS 79 (31.25% from 255) = 28.42%
R=31.29%
G=40.29%
B=28.42%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal87112790.2200.290.56105.4517.2837.45
Hex57704F1601D38691125
Octal12716011726035701512145
Binary10101111110000100111110110011101111000110100110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57704F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57704F; }

 p { color: rgb(87,112,79); }

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

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

 a { background-color: rgb(87,112,79); }

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

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

 span { border-color: rgb(87,112,79); }

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