#58714F

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

Shades of Cactus #58714F

Tints of Cactus #58714F

Color information

#58714F (or 0x58714F) is unknown color: approx Cactus. HEX triplet: 58, 71 and 4F. RGB value is (88,113,79). Sum of RGB (Red+Green+Blue) = 88+113+79=280 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.43% from 280); Green value is 113 (44.53% from 255 or 40.36% from 280); Blue value is 79 (31.25% from 255 or 28.21% from 280); Max value from RGB is 113 - color contains mainly: green. Hex color #58714F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58714F is #A78EB0. Grayscale: #656565. Windows color (decimal): -10981041 or 5206360. OLE color: 5206360.

HSL color Cylindrical-coordinate representation of color #58714F: hue angle of 104.12º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #58714F is Cyan = 0.22, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB8811379-
CMYK0.2200.300.56
HSL104.12º17.71%37.65%-
HSV(B)104.12º30.09%44.31%-
XYZ11.3414.459.59-
YUV101.65115.22118.26-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.43%
GREEN value IS 113 (44.53% from 255) = 40.36%
BLUE value IS 79 (31.25% from 255) = 28.21%
R=31.43%
G=40.36%
B=28.21%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal88113790.2200.300.56104.1217.7137.65
Hex58714F1601E38681226
Octal13016111726036701502246
Binary10110001110001100111110110011110111000110100010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58714F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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