#58694F

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

Shades of Cactus #58694F

Tints of Cactus #58694F

Color information

#58694F (or 0x58694F) is unknown color: approx Cactus. HEX triplet: 58, 69 and 4F. RGB value is (88,105,79). Sum of RGB (Red+Green+Blue) = 88+105+79=272 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32.35% from 272); Green value is 105 (41.41% from 255 or 38.60% from 272); Blue value is 79 (31.25% from 255 or 29.04% from 272); Max value from RGB is 105 - color contains mainly: green. Hex color #58694F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58694F is #A796B0. Grayscale: #616161. Windows color (decimal): -10983089 or 5204312. OLE color: 5204312.

HSL color Cylindrical-coordinate representation of color #58694F: hue angle of 99.23º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #58694F is Cyan = 0.16, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.59.

Color convert

RGB8810579-
CMYK0.1600.250.59
HSL99.23º14.13%36.08%-
HSV(B)99.23º24.76%41.18%-
XYZ10.4912.749.3-
YUV96.95117.87121.61-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 32.35%
GREEN value IS 105 (41.41% from 255) = 38.60%
BLUE value IS 79 (31.25% from 255) = 29.04%
R=32.35%
G=38.60%
B=29.04%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal88105790.1600.250.5999.2314.1336.08
Hex58694F100193B63e24
Octal13015111720031731431644
Binary1011000110100110011111000001100111101111000111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58694F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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