#5B7254

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

Shades of Cactus #5B7254

Tints of Cactus #5B7254

Color information

#5B7254 (or 0x5B7254) is unknown color: approx Cactus. HEX triplet: 5B, 72 and 54. RGB value is (91,114,84). Sum of RGB (Red+Green+Blue) = 91+114+84=289 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.49% from 289); Green value is 114 (44.92% from 255 or 39.45% from 289); Blue value is 84 (33.20% from 255 or 29.07% from 289); Max value from RGB is 114 - color contains mainly: green. Hex color #5B7254 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B7254 is #A48DAB. Grayscale: #676767. Windows color (decimal): -10784172 or 5534299. OLE color: 5534299.

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

Color convert

RGB9111484-
CMYK0.2000.260.55
HSL106º15.15%38.82%-
HSV(B)106º26.32%44.71%-
XYZ11.9314.910.63-
YUV103.7116.88118.94-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 31.49%
GREEN value IS 114 (44.92% from 255) = 39.45%
BLUE value IS 84 (33.20% from 255) = 29.07%
R=31.49%
G=39.45%
B=29.07%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal91114840.2000.260.5510615.1538.82
Hex5B72541401A376af27
Octal13316212424032671521747
Binary1011011111001010101001010001101011011111010101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B7254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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