Html Css Color HEX #59947B Patina

📋 copy color: '#59947B'

red 89 ◦ green 148 ◦ blue 123

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

Shades of Patina #59947B

Tints of Patina #59947B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 34.17%

R = 24.72%
G = 41.11%
B = 34.17%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#59947B (or 0x59947B) is known color: Patina. HEX triplet: 59, 94 and 7B. RGB value is (89,148,123). Sum of RGB (Red+Green+Blue) = 89+148+123=360 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.72% from 360); Green value is 148 (58.20% from 255 or 41.11% from 360); Blue value is 123 (48.44% from 255 or 34.17% from 360); Max value from RGB is 148 - color contains mainly: green. Hex color #59947B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59947B is #A66B84. Grayscale: #7F7F7F. Windows color (decimal): -10906501 or 8098905. OLE color: 8098905.

HSL color Cylindrical-coordinate representation of color #59947B: hue angle of 154.58º 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 #59947B is Cyan = 0.40, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB 89 148 123 -
CMYK 0.40 0 0.17 0.42
HSL 154.58º 0.25% 0.46% -
HSV(B) 154.58º 0.4% 0.58% -
XYZ 18.28 24.73 22.55 -
YUV 127.51 125.45 100.53 -
System Red Green Blue C M Y K H S L
Decimal 89 148 123 0.40 0 0.17 0.42 154.58 0.25 0.46
Hex 59 94 7B 28 0 11 2A 9B 19 2E
Octal 131 224 173 50 0 21 52 233 31 56
Binary 1011001 10010100 1111011 101000 0 10001 101010 10011011 11001 101110

Color Harmonies of #59947B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59947B

Black with #59947B

Text Example


Text Example

White with #59947B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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