#58724F

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

Shades of Cactus #58724F

Tints of Cactus #58724F

Color information

#58724F (or 0x58724F) is unknown color: approx Cactus. HEX triplet: 58, 72 and 4F. RGB value is (88,114,79). Sum of RGB (Red+Green+Blue) = 88+114+79=281 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.32% from 281); Green value is 114 (44.92% from 255 or 40.57% from 281); Blue value is 79 (31.25% from 255 or 28.11% from 281); Max value from RGB is 114 - color contains mainly: green. Hex color #58724F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58724F is #A78DB0. Grayscale: #666666. Windows color (decimal): -10980785 or 5206616. OLE color: 5206616.

HSL color Cylindrical-coordinate representation of color #58724F: hue angle of 104.57º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #58724F is Cyan = 0.23, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.55.

Color convert

RGB8811479-
CMYK0.2300.310.55
HSL104.57º18.13%37.84%-
HSV(B)104.57º30.7%44.71%-
XYZ11.4514.679.63-
YUV102.24114.89117.85-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.32%
GREEN value IS 114 (44.92% from 255) = 40.57%
BLUE value IS 79 (31.25% from 255) = 28.11%
R=31.32%
G=40.57%
B=28.11%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal88114790.2300.310.55104.5718.1337.84
Hex58724F1701F37691226
Octal13016211727037671512246
Binary10110001110010100111110111011111110111110100110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58724F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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