Html Css Color HEX #539479 Patina

📋 copy color: '#539479'

red 83 ◦ green 148 ◦ blue 121

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

Shades of Patina #539479

Tints of Patina #539479

RGB

 RED value IS 83 (32.81% from 255) = 23.58%

 GREEN value IS 148 (58.2% from 255) = 42.05%

 BLUE value IS 121 (47.66% from 255) = 34.38%

R = 23.58%
G = 42.05%
B = 34.38%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#539479 (or 0x539479) is known color: Patina. HEX triplet: 53, 94 and 79. RGB value is (83,148,121). Sum of RGB (Red+Green+Blue) = 83+148+121=352 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.58% from 352); Green value is 148 (58.20% from 255 or 42.05% from 352); Blue value is 121 (47.66% from 255 or 34.38% from 352); Max value from RGB is 148 - color contains mainly: green. Hex color #539479 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539479 is #AC6B86. Grayscale: #7D7D7D. Windows color (decimal): -11299719 or 7967827. OLE color: 7967827.

HSL color Cylindrical-coordinate representation of color #539479: hue angle of 155.08º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #539479 is Cyan = 0.44, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 83 148 121 -
CMYK 0.44 0 0.18 0.42
HSL 155.08º 0.28% 0.45% -
HSV(B) 155.08º 0.44% 0.58% -
XYZ 17.61 24.4 21.87 -
YUV 125.49 125.47 97.7 -
System Red Green Blue C M Y K H S L
Decimal 83 148 121 0.44 0 0.18 0.42 155.08 0.28 0.45
Hex 53 94 79 2C 0 12 2A 9B 1C 2D
Octal 123 224 171 54 0 22 52 233 34 55
Binary 1010011 10010100 1111001 101100 0 10010 101010 10011011 11100 101101

Color Harmonies of #539479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539479

Black with #539479

Text Example


Text Example

White with #539479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #539479; }

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

 H1.HeaderClassName
 {
   color: #539479;
 }
 .AnyTagClassName
 {
   color: #539479;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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