Html Css Color HEX #59947E Patina

📋 copy color: '#59947E'

red 89 ◦ green 148 ◦ blue 126

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

Shades of Patina #59947E

Tints of Patina #59947E

RGB

 RED value IS 89 (35.16% from 255) = 24.52%

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

 BLUE value IS 126 (49.61% from 255) = 34.71%

R = 24.52%
G = 40.77%
B = 34.71%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#59947E (or 0x59947E) is known color: Patina. HEX triplet: 59, 94 and 7E. RGB value is (89,148,126). Sum of RGB (Red+Green+Blue) = 89+148+126=363 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.52% from 363); Green value is 148 (58.20% from 255 or 40.77% from 363); Blue value is 126 (49.61% from 255 or 34.71% from 363); Max value from RGB is 148 - color contains mainly: green. Hex color #59947E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59947E is #A66B81. Grayscale: #7F7F7F. Windows color (decimal): -10906498 or 8295513. OLE color: 8295513.

HSL color Cylindrical-coordinate representation of color #59947E: hue angle of 157.63º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #59947E is Cyan = 0.40, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB 89 148 126 -
CMYK 0.40 0 0.15 0.42
HSL 157.63º 0.25% 0.46% -
HSV(B) 157.63º 0.4% 0.58% -
XYZ 18.48 24.81 23.55 -
YUV 127.85 126.95 100.29 -
System Red Green Blue C M Y K H S L
Decimal 89 148 126 0.40 0 0.15 0.42 157.63 0.25 0.46
Hex 59 94 7E 28 0 F 2A 9E 19 2E
Octal 131 224 176 50 0 17 52 236 31 56
Binary 1011001 10010100 1111110 101000 0 1111 101010 10011110 11001 101110

Color Harmonies of #59947E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59947E

Black with #59947E

Text Example


Text Example

White with #59947E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59947E; }

 p { color: rgb(89,148,126); }

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

background-color css

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

 a { background-color: rgb(89,148,126); }

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

border-color css

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

 span { border-color: rgb(89,148,126); }

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