#5B724E

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

Shades of Cactus #5B724E

Tints of Cactus #5B724E

Color information

#5B724E (or 0x5B724E) is unknown color: approx Cactus. HEX triplet: 5B, 72 and 4E. RGB value is (91,114,78). Sum of RGB (Red+Green+Blue) = 91+114+78=283 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.16% from 283); Green value is 114 (44.92% from 255 or 40.28% from 283); Blue value is 78 (30.86% from 255 or 27.56% from 283); Max value from RGB is 114 - color contains mainly: green. Hex color #5B724E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B724E is #A48DB1. Grayscale: #676767. Windows color (decimal): -10784178 or 5141083. OLE color: 5141083.

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

Color convert

RGB9111478-
CMYK0.2000.320.55
HSL98.33º18.75%37.65%-
HSV(B)98.33º31.58%44.71%-
XYZ11.7114.819.45-
YUV103.02113.88119.43-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 32.16%
GREEN value IS 114 (44.92% from 255) = 40.28%
BLUE value IS 78 (30.86% from 255) = 27.56%
R=32.16%
G=40.28%
B=27.56%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal91114780.2000.320.5598.3318.7537.65
Hex5B724E1402037621326
Octal13316211624040671422346
Binary101101111100101001110101000100000110111110001010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B724E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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