#5C7051

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

Shades of Cactus #5C7051

Tints of Cactus #5C7051

Color information

#5C7051 (or 0x5C7051) is unknown color: approx Cactus. HEX triplet: 5C, 70 and 51. RGB value is (92,112,81). Sum of RGB (Red+Green+Blue) = 92+112+81=285 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.28% from 285); Green value is 112 (44.14% from 255 or 39.30% from 285); Blue value is 81 (32.03% from 255 or 28.42% from 285); Max value from RGB is 112 - color contains mainly: green. Hex color #5C7051 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C7051 is #A38FAE. Grayscale: #666666. Windows color (decimal): -10719151 or 5337180. OLE color: 5337180.

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

Color convert

RGB9211281-
CMYK0.1800.280.56
HSL98.71º16.06%37.84%-
HSV(B)98.71º27.68%43.92%-
XYZ11.6914.469.96-
YUV102.49115.87120.52-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 32.28%
GREEN value IS 112 (44.14% from 255) = 39.30%
BLUE value IS 81 (32.03% from 255) = 28.42%
R=32.28%
G=39.30%
B=28.42%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal92112810.1800.280.5698.7116.0637.84
Hex5C70511201C38631026
Octal13416012122034701432046
Binary10111001110000101000110010011100111000110001110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C7051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,112,81); }

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

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

 a { background-color: rgb(92,112,81); }

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

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

 span { border-color: rgb(92,112,81); }

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