#5B7458

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

Shades of Cactus #5B7458

Tints of Cactus #5B7458

Color information

#5B7458 (or 0x5B7458) is unknown color: approx Cactus. HEX triplet: 5B, 74 and 58. RGB value is (91,116,88). Sum of RGB (Red+Green+Blue) = 91+116+88=295 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.85% from 295); Green value is 116 (45.70% from 255 or 39.32% from 295); Blue value is 88 (34.77% from 255 or 29.83% from 295); Max value from RGB is 116 - color contains mainly: green. Hex color #5B7458 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B7458 is #A48BA7. Grayscale: #696969. Windows color (decimal): -10783656 or 5796955. OLE color: 5796955.

HSL color Cylindrical-coordinate representation of color #5B7458: hue angle of 113.57º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5B7458 is Cyan = 0.22, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.55.

Color convert

RGB9111688-
CMYK0.2200.240.55
HSL113.57º13.73%40%-
HSV(B)113.57º24.14%45.49%-
XYZ12.3215.4211.56-
YUV105.33118.22117.78-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 30.85%
GREEN value IS 116 (45.70% from 255) = 39.32%
BLUE value IS 88 (34.77% from 255) = 29.83%
R=30.85%
G=39.32%
B=29.83%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal91116880.2200.240.55113.5713.7340
Hex5B7458160183772e28
Octal13316413026030671621650
Binary1011011111010010110001011001100011011111100101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B7458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B7458; }

 p { color: rgb(91,116,88); }

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

<style>
 a { background-color: #5B7458; }

 a { background-color: rgb(91,116,88); }

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

<style>
 span { border-color: #5B7458; }

 span { border-color: rgb(91,116,88); }

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