#58794F

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

Shades of Cactus #58794F

Tints of Cactus #58794F

Color information

#58794F (or 0x58794F) is unknown color: approx Cactus. HEX triplet: 58, 79 and 4F. RGB value is (88,121,79). Sum of RGB (Red+Green+Blue) = 88+121+79=288 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.56% from 288); Green value is 121 (47.66% from 255 or 42.01% from 288); Blue value is 79 (31.25% from 255 or 27.43% from 288); Max value from RGB is 121 - color contains mainly: green. Hex color #58794F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58794F is #A786B0. Grayscale: #6A6A6A. Windows color (decimal): -10978993 or 5208408. OLE color: 5208408.

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

Color convert

RGB8812179-
CMYK0.2700.350.53
HSL107.14º21%39.22%-
HSV(B)107.14º34.71%47.45%-
XYZ12.2716.319.9-
YUV106.34112.57114.92-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.56%
GREEN value IS 121 (47.66% from 255) = 42.01%
BLUE value IS 79 (31.25% from 255) = 27.43%
R=30.56%
G=42.01%
B=27.43%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal88121790.2700.350.53107.142139.22
Hex58794F1B023356b1527
Octal13017111733043651532547
Binary101100011110011001111110110100011110101110101110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58794F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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