#537051

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

Shades of Cactus #537051

Tints of Cactus #537051

Color information

#537051 (or 0x537051) is unknown color: approx Cactus. HEX triplet: 53, 70 and 51. RGB value is (83,112,81). Sum of RGB (Red+Green+Blue) = 83+112+81=276 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.07% from 276); Green value is 112 (44.14% from 255 or 40.58% from 276); Blue value is 81 (32.03% from 255 or 29.35% from 276); Max value from RGB is 112 - color contains mainly: green. Hex color #537051 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537051 is #AC8FAE. Grayscale: #636363. Windows color (decimal): -11308975 or 5337171. OLE color: 5337171.

HSL color Cylindrical-coordinate representation of color #537051: hue angle of 116.13º 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 #537051 is Cyan = 0.26, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.56.

Color convert

RGB8311281-
CMYK0.2600.280.56
HSL116.13º16.06%37.84%-
HSV(B)116.13º27.68%43.92%-
XYZ10.8514.029.92-
YUV99.8117.39116.02-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.07%
GREEN value IS 112 (44.14% from 255) = 40.58%
BLUE value IS 81 (32.03% from 255) = 29.35%
R=30.07%
G=40.58%
B=29.35%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal83112810.2600.280.56116.1316.0637.84
Hex5370511A01C38741026
Octal12316012132034701642046
Binary10100111110000101000111010011100111000111010010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537051; }

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

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

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

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

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

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

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

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