#5B7257

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

Shades of Cactus #5B7257

Tints of Cactus #5B7257

Color information

#5B7257 (or 0x5B7257) is unknown color: approx Cactus. HEX triplet: 5B, 72 and 57. RGB value is (91,114,87). Sum of RGB (Red+Green+Blue) = 91+114+87=292 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.16% from 292); Green value is 114 (44.92% from 255 or 39.04% from 292); Blue value is 87 (34.38% from 255 or 29.79% from 292); Max value from RGB is 114 - color contains mainly: green. Hex color #5B7257 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B7257 is #A48DA8. Grayscale: #686868. Windows color (decimal): -10784169 or 5730907. OLE color: 5730907.

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

Color convert

RGB9111487-
CMYK0.2000.240.55
HSL111.11º13.43%39.41%-
HSV(B)111.11º23.68%44.71%-
XYZ12.0514.9511.27-
YUV104.04118.38118.7-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 31.16%
GREEN value IS 114 (44.92% from 255) = 39.04%
BLUE value IS 87 (34.38% from 255) = 29.79%
R=31.16%
G=39.04%
B=29.79%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal91114870.2000.240.55111.1113.4339.41
Hex5B725714018376fd27
Octal13316212724030671571547
Binary1011011111001010101111010001100011011111011111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B7257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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