#5C7254

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

Shades of Cactus #5C7254

Tints of Cactus #5C7254

Color information

#5C7254 (or 0x5C7254) is unknown color: approx Cactus. HEX triplet: 5C, 72 and 54. RGB value is (92,114,84). Sum of RGB (Red+Green+Blue) = 92+114+84=290 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.72% from 290); Green value is 114 (44.92% from 255 or 39.31% from 290); Blue value is 84 (33.20% from 255 or 28.97% from 290); Max value from RGB is 114 - color contains mainly: green. Hex color #5C7254 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C7254 is #A38DAB. Grayscale: #686868. Windows color (decimal): -10718636 or 5534300. OLE color: 5534300.

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

Color convert

RGB9211484-
CMYK0.1900.260.55
HSL104º15.15%38.82%-
HSV(B)104º26.32%44.71%-
XYZ12.0314.9510.64-
YUV104116.71119.44-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 31.72%
GREEN value IS 114 (44.92% from 255) = 39.31%
BLUE value IS 84 (33.20% from 255) = 28.97%
R=31.72%
G=39.31%
B=28.97%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal92114840.1900.260.5510415.1538.82
Hex5C72541301A3768f27
Octal13416212423032671501747
Binary1011100111001010101001001101101011011111010001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C7254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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