#5B7451

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

Shades of Cactus #5B7451

Tints of Cactus #5B7451

Color information

#5B7451 (or 0x5B7451) is unknown color: approx Cactus. HEX triplet: 5B, 74 and 51. RGB value is (91,116,81). Sum of RGB (Red+Green+Blue) = 91+116+81=288 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.60% from 288); Green value is 116 (45.70% from 255 or 40.28% from 288); Blue value is 81 (32.03% from 255 or 28.12% from 288); Max value from RGB is 116 - color contains mainly: green. Hex color #5B7451 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B7451 is #A48BAE. Grayscale: #686868. Windows color (decimal): -10783663 or 5338203. OLE color: 5338203.

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

Color convert

RGB9111681-
CMYK0.2200.300.55
HSL102.86º17.77%38.63%-
HSV(B)102.86º30.17%45.49%-
XYZ12.0415.3110.1-
YUV104.54114.72118.35-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 31.60%
GREEN value IS 116 (45.70% from 255) = 40.28%
BLUE value IS 81 (32.03% from 255) = 28.12%
R=31.60%
G=40.28%
B=28.12%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal91116810.2200.300.55102.8617.7738.63
Hex5B74511601E37671227
Octal13316412126036671472247
Binary10110111110100101000110110011110110111110011110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B7451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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