Html Css Color HEX #539279 Patina

📋 copy color: '#539279'

red 83 ◦ green 146 ◦ blue 121

#539279
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Patina #539279

Tints of Patina #539279

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 value IS 0.43

 M value IS 0

 Y value IS 0.17

 K value IS 0.43

RGB Variations

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

Color information

#539279 (or 0x539279) is known color: 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

RGB 83 146 121 -
CMYK 0.43 0 0.17 0.43
HSL 156.19º 0.28% 0.45% -
HSV(B) 156.19º 0.43% 0.57% -
XYZ 17.3 23.78 21.77 -
YUV 124.31 126.13 98.53 -
System Red Green Blue C M Y K H S L
Decimal 83 146 121 0.43 0 0.17 0.43 156.19 0.28 0.45
Hex 53 92 79 2B 0 11 2B 9C 1C 2D
Octal 123 222 171 53 0 21 53 234 34 55
Binary 1010011 10010010 1111001 101011 0 10001 101011 10011100 11100 101101

Color Harmonies of #539279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539279

Black with #539279

Text Example


Text Example

White with #539279

Text Example


Text Example

HTML Codes & Css Web 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>