#5C7354

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

Shades of Cactus #5C7354

Tints of Cactus #5C7354

Color information

#5C7354 (or 0x5C7354) is unknown color: approx Cactus. HEX triplet: 5C, 73 and 54. RGB value is (92,115,84). Sum of RGB (Red+Green+Blue) = 92+115+84=291 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.62% from 291); Green value is 115 (45.31% from 255 or 39.52% from 291); Blue value is 84 (33.20% from 255 or 28.87% from 291); Max value from RGB is 115 - color contains mainly: green. Hex color #5C7354 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C7354 is #A38CAB. Grayscale: #686868. Windows color (decimal): -10718380 or 5534556. OLE color: 5534556.

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

Color convert

RGB9211584-
CMYK0.2000.270.55
HSL104.52º15.58%39.02%-
HSV(B)104.52º26.96%45.1%-
XYZ12.1415.1810.68-
YUV104.59116.38119.02-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 31.62%
GREEN value IS 115 (45.31% from 255) = 39.52%
BLUE value IS 84 (33.20% from 255) = 28.87%
R=31.62%
G=39.52%
B=28.87%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal92115840.2000.270.55104.5215.5839.02
Hex5C73541401B37691027
Octal13416312424033671512047
Binary10111001110011101010010100011011110111110100110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C7354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,115,84); }

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

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

 a { background-color: rgb(92,115,84); }

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

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

 span { border-color: rgb(92,115,84); }

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