#5C7152

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

Shades of Cactus #5C7152

Tints of Cactus #5C7152

Color information

#5C7152 (or 0x5C7152) is unknown color: approx Cactus. HEX triplet: 5C, 71 and 52. RGB value is (92,113,82). Sum of RGB (Red+Green+Blue) = 92+113+82=287 (38% of max value = 765). Red value is 92 (36.33% from 255 or 32.06% from 287); Green value is 113 (44.53% from 255 or 39.37% from 287); Blue value is 82 (32.42% from 255 or 28.57% from 287); Max value from RGB is 113 - color contains mainly: green. Hex color #5C7152 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C7152 is #A38EAD. Grayscale: #676767. Windows color (decimal): -10718894 or 5402972. OLE color: 5402972.

HSL color Cylindrical-coordinate representation of color #5C7152: hue angle of 100.65º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5C7152 is Cyan = 0.19, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB9211382-
CMYK0.1900.270.56
HSL100.65º15.9%38.24%-
HSV(B)100.65º27.43%44.31%-
XYZ11.8414.6910.19-
YUV103.19116.04120.02-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 32.06%
GREEN value IS 113 (44.53% from 255) = 39.37%
BLUE value IS 82 (32.42% from 255) = 28.57%
R=32.06%
G=39.37%
B=28.57%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal92113820.1900.270.56100.6515.938.24
Hex5C71521301B38651026
Octal13416112223033701452046
Binary10111001110001101001010011011011111000110010110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C7152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,113,82); }

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

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

 a { background-color: rgb(92,113,82); }

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

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

 span { border-color: rgb(92,113,82); }

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