#58784F

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

Shades of Cactus #58784F

Tints of Cactus #58784F

Color information

#58784F (or 0x58784F) is unknown color: approx Cactus. HEX triplet: 58, 78 and 4F. RGB value is (88,120,79). Sum of RGB (Red+Green+Blue) = 88+120+79=287 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.66% from 287); Green value is 120 (47.27% from 255 or 41.81% from 287); Blue value is 79 (31.25% from 255 or 27.53% from 287); Max value from RGB is 120 - color contains mainly: green. Hex color #58784F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58784F is #A787B0. Grayscale: #696969. Windows color (decimal): -10979249 or 5208152. OLE color: 5208152.

HSL color Cylindrical-coordinate representation of color #58784F: hue angle of 106.83º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #58784F is Cyan = 0.27, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB8812079-
CMYK0.2700.340.53
HSL106.83º20.6%39.02%-
HSV(B)106.83º34.17%47.06%-
XYZ12.1516.079.86-
YUV105.76112.9115.33-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.66%
GREEN value IS 120 (47.27% from 255) = 41.81%
BLUE value IS 79 (31.25% from 255) = 27.53%
R=30.66%
G=41.81%
B=27.53%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal88120790.2700.340.53106.8320.639.02
Hex58784F1B022356b1527
Octal13017011733042651532547
Binary101100011110001001111110110100010110101110101110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58784F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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