#5B7454

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

Shades of Cactus #5B7454

Tints of Cactus #5B7454

Color information

#5B7454 (or 0x5B7454) is unknown color: approx Cactus. HEX triplet: 5B, 74 and 54. RGB value is (91,116,84). Sum of RGB (Red+Green+Blue) = 91+116+84=291 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.27% from 291); Green value is 116 (45.70% from 255 or 39.86% from 291); Blue value is 84 (33.20% from 255 or 28.87% from 291); Max value from RGB is 116 - color contains mainly: green. Hex color #5B7454 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B7454 is #A48BAB. Grayscale: #686868. Windows color (decimal): -10783660 or 5534811. OLE color: 5534811.

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

Color convert

RGB9111684-
CMYK0.2200.280.55
HSL106.88º16%39.22%-
HSV(B)106.88º27.59%45.49%-
XYZ12.1615.3610.71-
YUV104.88116.22118.1-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 31.27%
GREEN value IS 116 (45.70% from 255) = 39.86%
BLUE value IS 84 (33.20% from 255) = 28.87%
R=31.27%
G=39.86%
B=28.87%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal91116840.2200.280.55106.881639.22
Hex5B74541601C376b1027
Octal13316412426034671532047
Binary10110111110100101010010110011100110111110101110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B7454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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