#5C724F

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

Shades of Cactus #5C724F

Tints of Cactus #5C724F

Color information

#5C724F (or 0x5C724F) is unknown color: approx Cactus. HEX triplet: 5C, 72 and 4F. RGB value is (92,114,79). Sum of RGB (Red+Green+Blue) = 92+114+79=285 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.28% from 285); Green value is 114 (44.92% from 255 or 40% from 285); Blue value is 79 (31.25% from 255 or 27.72% from 285); Max value from RGB is 114 - color contains mainly: green. Hex color #5C724F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C724F is #A38DB0. Grayscale: #676767. Windows color (decimal): -10718641 or 5206620. OLE color: 5206620.

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

Color convert

RGB9211479-
CMYK0.1900.310.55
HSL97.71º18.13%37.84%-
HSV(B)97.71º30.7%44.71%-
XYZ11.8414.879.64-
YUV103.43114.21119.85-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 32.28%
GREEN value IS 114 (44.92% from 255) = 40%
BLUE value IS 79 (31.25% from 255) = 27.72%
R=32.28%
G=40%
B=27.72%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal92114790.1900.310.5597.7118.1337.84
Hex5C724F1301F37621226
Octal13416211723037671422246
Binary10111001110010100111110011011111110111110001010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C724F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,114,79); }

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

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

 a { background-color: rgb(92,114,79); }

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

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

 span { border-color: rgb(92,114,79); }

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