#539279

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

Shades of Patina #539279

Tints of Patina #539279

Color information

#539279 (or 0x539279) is unknown color: approx Patina. HEX triplet: 53, 92 and 79. RGB value is (83,146,121). Sum of RGB (Red+Green+Blue) = 83+146+121=350 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.71% from 350); Green value is 146 (57.42% from 255 or 41.71% from 350); Blue value is 121 (47.66% from 255 or 34.57% from 350); Max value from RGB is 146 - color contains mainly: green. Hex color #539279 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539279 is #AC6D86. Grayscale: #7C7C7C. Windows color (decimal): -11300231 or 7967315. OLE color: 7967315.

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

Color convert

RGB83146121-
CMYK0.4300.170.43
HSL156.19º27.51%44.9%-
HSV(B)156.19º43.15%57.25%-
XYZ17.323.7821.77-
YUV124.31126.1398.53-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.71%
GREEN value IS 146 (57.42% from 255) = 41.71%
BLUE value IS 121 (47.66% from 255) = 34.57%
R=23.71%
G=41.71%
B=34.57%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal831461210.4300.170.43156.1927.5144.9
Hex5392792B0112B9c1c2d
Octal12322217153021532343455
Binary10100111001001011110011010110100011010111001110011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539279; }

 p { color: rgb(83,146,121); }

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

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

 a { background-color: rgb(83,146,121); }

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

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

 span { border-color: rgb(83,146,121); }

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