#58714C

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

Shades of Cactus #58714C

Tints of Cactus #58714C

Color information

#58714C (or 0x58714C) is unknown color: approx Cactus. HEX triplet: 58, 71 and 4C. RGB value is (88,113,76). Sum of RGB (Red+Green+Blue) = 88+113+76=277 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.77% from 277); Green value is 113 (44.53% from 255 or 40.79% from 277); Blue value is 76 (30.08% from 255 or 27.44% from 277); Max value from RGB is 113 - color contains mainly: green. Hex color #58714C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58714C is #A78EB3. Grayscale: #656565. Windows color (decimal): -10981044 or 5009752. OLE color: 5009752.

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

Color convert

RGB8811376-
CMYK0.2200.330.56
HSL100.54º19.58%37.06%-
HSV(B)100.54º32.74%44.31%-
XYZ11.2314.419.03-
YUV101.31113.72118.51-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.77%
GREEN value IS 113 (44.53% from 255) = 40.79%
BLUE value IS 76 (30.08% from 255) = 27.44%
R=31.77%
G=40.79%
B=27.44%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal88113760.2200.330.56100.5419.5837.06
Hex58714C1602138651425
Octal13016111426041701452445
Binary101100011100011001100101100100001111000110010110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58714C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58714C; }

 p { color: rgb(88,113,76); }

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

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

 a { background-color: rgb(88,113,76); }

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

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

 span { border-color: rgb(88,113,76); }

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