#5B7258

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

Shades of Cactus #5B7258

Tints of Cactus #5B7258

Color information

#5B7258 (or 0x5B7258) is unknown color: approx Cactus. HEX triplet: 5B, 72 and 58. RGB value is (91,114,88). Sum of RGB (Red+Green+Blue) = 91+114+88=293 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.06% from 293); Green value is 114 (44.92% from 255 or 38.91% from 293); Blue value is 88 (34.77% from 255 or 30.03% from 293); Max value from RGB is 114 - color contains mainly: green. Hex color #5B7258 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B7258 is #A48DA7. Grayscale: #686868. Windows color (decimal): -10784168 or 5796443. OLE color: 5796443.

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

Color convert

RGB9111488-
CMYK0.2000.230.55
HSL113.08º12.87%39.61%-
HSV(B)113.08º22.81%44.71%-
XYZ12.0914.9611.48-
YUV104.16118.88118.61-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 31.06%
GREEN value IS 114 (44.92% from 255) = 38.91%
BLUE value IS 88 (34.77% from 255) = 30.03%
R=31.06%
G=38.91%
B=30.03%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal91114880.2000.230.55113.0812.8739.61
Hex5B7258140173771d28
Octal13316213024027671611550
Binary1011011111001010110001010001011111011111100011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B7258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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