#5B7355

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

Shades of Cactus #5B7355

Tints of Cactus #5B7355

Color information

#5B7355 (or 0x5B7355) is unknown color: approx Cactus. HEX triplet: 5B, 73 and 55. RGB value is (91,115,85). Sum of RGB (Red+Green+Blue) = 91+115+85=291 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.27% from 291); Green value is 115 (45.31% from 255 or 39.52% from 291); Blue value is 85 (33.59% from 255 or 29.21% from 291); Max value from RGB is 115 - color contains mainly: green. Hex color #5B7355 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B7355 is #A48CAA. Grayscale: #686868. Windows color (decimal): -10783915 or 5600091. OLE color: 5600091.

HSL color Cylindrical-coordinate representation of color #5B7355: hue angle of 108º 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 #5B7355 is Cyan = 0.21, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.55.

Color convert

RGB9111585-
CMYK0.2100.260.55
HSL108º15%39.22%-
HSV(B)108º26.09%45.1%-
XYZ12.0815.1410.88-
YUV104.4117.05118.44-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 31.27%
GREEN value IS 115 (45.31% from 255) = 39.52%
BLUE value IS 85 (33.59% from 255) = 29.21%
R=31.27%
G=39.52%
B=29.21%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal91115850.2100.260.551081539.22
Hex5B73551501A376cf27
Octal13316312525032671541747
Binary1011011111001110101011010101101011011111011001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B7355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,115,85); }

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

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

 a { background-color: rgb(91,115,85); }

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

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

 span { border-color: rgb(91,115,85); }

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