#537451

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

Shades of Cactus #537451

Tints of Cactus #537451

Color information

#537451 (or 0x537451) is unknown color: approx Cactus. HEX triplet: 53, 74 and 51. RGB value is (83,116,81). Sum of RGB (Red+Green+Blue) = 83+116+81=280 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.64% from 280); Green value is 116 (45.70% from 255 or 41.43% from 280); Blue value is 81 (32.03% from 255 or 28.93% from 280); Max value from RGB is 116 - color contains mainly: green. Hex color #537451 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537451 is #AC8BAE. Grayscale: #666666. Windows color (decimal): -11307951 or 5338195. OLE color: 5338195.

HSL color Cylindrical-coordinate representation of color #537451: hue angle of 116.57º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #537451 is Cyan = 0.28, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB8311681-
CMYK0.2800.300.55
HSL116.57º17.77%38.63%-
HSV(B)116.57º30.17%45.49%-
XYZ11.314.9210.07-
YUV102.14116.07114.35-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.64%
GREEN value IS 116 (45.70% from 255) = 41.43%
BLUE value IS 81 (32.03% from 255) = 28.93%
R=29.64%
G=41.43%
B=28.93%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal83116810.2800.300.55116.5717.7738.63
Hex5374511C01E37751227
Octal12316412134036671652247
Binary10100111110100101000111100011110110111111010110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537451; }

 p { color: rgb(83,116,81); }

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

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

 a { background-color: rgb(83,116,81); }

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

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

 span { border-color: rgb(83,116,81); }

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