#58774D

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

Shades of Cactus #58774D

Tints of Cactus #58774D

Color information

#58774D (or 0x58774D) is unknown color: approx Cactus. HEX triplet: 58, 77 and 4D. RGB value is (88,119,77). Sum of RGB (Red+Green+Blue) = 88+119+77=284 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.99% from 284); Green value is 119 (46.88% from 255 or 41.90% from 284); Blue value is 77 (30.47% from 255 or 27.11% from 284); Max value from RGB is 119 - color contains mainly: green. Hex color #58774D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58774D is #A788B2. Grayscale: #696969. Windows color (decimal): -10979507 or 5076824. OLE color: 5076824.

HSL color Cylindrical-coordinate representation of color #58774D: hue angle of 104.29º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #58774D is Cyan = 0.26, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.53.

Color convert

RGB8811977-
CMYK0.2600.350.53
HSL104.29º21.43%38.43%-
HSV(B)104.29º35.29%46.67%-
XYZ11.9615.89.44-
YUV104.94112.23115.92-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.99%
GREEN value IS 119 (46.88% from 255) = 41.90%
BLUE value IS 77 (30.47% from 255) = 27.11%
R=30.99%
G=41.90%
B=27.11%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal88119770.2600.350.53104.2921.4338.43
Hex58774D1A02335681526
Octal13016711532043651502546
Binary101100011101111001101110100100011110101110100010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58774D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58774D; }

 p { color: rgb(88,119,77); }

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

<style>
 a { background-color: #58774D; }

 a { background-color: rgb(88,119,77); }

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

<style>
 span { border-color: #58774D; }

 span { border-color: rgb(88,119,77); }

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