#58714A

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

Shades of Cactus #58714A

Tints of Cactus #58714A

Color information

#58714A (or 0x58714A) is unknown color: approx Cactus. HEX triplet: 58, 71 and 4A. RGB value is (88,113,74). Sum of RGB (Red+Green+Blue) = 88+113+74=275 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32% from 275); Green value is 113 (44.53% from 255 or 41.09% from 275); Blue value is 74 (29.30% from 255 or 26.91% from 275); Max value from RGB is 113 - color contains mainly: green. Hex color #58714A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58714A is #A78EB5. Grayscale: #656565. Windows color (decimal): -10981046 or 4878680. OLE color: 4878680.

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

Color convert

RGB8811374-
CMYK0.2200.350.56
HSL98.46º20.86%36.67%-
HSV(B)98.46º34.51%44.31%-
XYZ11.1714.388.67-
YUV101.08112.72118.67-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 32%
GREEN value IS 113 (44.53% from 255) = 41.09%
BLUE value IS 74 (29.30% from 255) = 26.91%
R=32%
G=41.09%
B=26.91%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal88113740.2200.350.5698.4620.8636.67
Hex58714A1602338621525
Octal13016111226043701422545
Binary101100011100011001010101100100011111000110001010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58714A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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