#537351

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

Shades of Cactus #537351

Tints of Cactus #537351

Color information

#537351 (or 0x537351) is unknown color: approx Cactus. HEX triplet: 53, 73 and 51. RGB value is (83,115,81). Sum of RGB (Red+Green+Blue) = 83+115+81=279 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.75% from 279); Green value is 115 (45.31% from 255 or 41.22% from 279); Blue value is 81 (32.03% from 255 or 29.03% from 279); Max value from RGB is 115 - color contains mainly: green. Hex color #537351 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537351 is #AC8CAE. Grayscale: #656565. Windows color (decimal): -11308207 or 5337939. OLE color: 5337939.

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

Color convert

RGB8311581-
CMYK0.2800.300.55
HSL116.47º17.35%38.43%-
HSV(B)116.47º29.57%45.1%-
XYZ11.1814.6910.03-
YUV101.56116.4114.76-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.75%
GREEN value IS 115 (45.31% from 255) = 41.22%
BLUE value IS 81 (32.03% from 255) = 29.03%
R=29.75%
G=41.22%
B=29.03%

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
Decimal83115810.2800.300.55116.4717.3538.43
Hex5373511C01E37741126
Octal12316312134036671642146
Binary10100111110011101000111100011110110111111010010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537351; }

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

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

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

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

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

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

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

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