Html Css Color HEX #59937F Patina

📋 copy color: '#59937F'

red 89 ◦ green 147 ◦ blue 127

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

Shades of Patina #59937F

Tints of Patina #59937F

RGB

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

 GREEN value IS 147 (57.81% from 255) = 40.5%

 BLUE value IS 127 (50% from 255) = 34.99%

R = 24.52%
G = 40.5%
B = 34.99%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#59937F (or 0x59937F) is known color: Patina. HEX triplet: 59, 93 and 7F. RGB value is (89,147,127). Sum of RGB (Red+Green+Blue) = 89+147+127=363 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.52% from 363); Green value is 147 (57.81% from 255 or 40.50% from 363); Blue value is 127 (50% from 255 or 34.99% from 363); Max value from RGB is 147 - color contains mainly: green. Hex color #59937F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59937F is #A66C80. Grayscale: #7F7F7F. Windows color (decimal): -10906753 or 8360793. OLE color: 8360793.

HSL color Cylindrical-coordinate representation of color #59937F: hue angle of 159.31º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #59937F is Cyan = 0.39, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB 89 147 127 -
CMYK 0.39 0 0.14 0.42
HSL 159.31º 0.25% 0.46% -
HSV(B) 159.31º 0.39% 0.58% -
XYZ 18.38 24.52 23.84 -
YUV 127.38 127.78 100.63 -
System Red Green Blue C M Y K H S L
Decimal 89 147 127 0.39 0 0.14 0.42 159.31 0.25 0.46
Hex 59 93 7F 27 0 E 2A 9F 19 2E
Octal 131 223 177 47 0 16 52 237 31 56
Binary 1011001 10010011 1111111 100111 0 1110 101010 10011111 11001 101110

Color Harmonies of #59937F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59937F

Black with #59937F

Text Example


Text Example

White with #59937F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59937F; }

 p { color: rgb(89,147,127); }

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

background-color css

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

 a { background-color: rgb(89,147,127); }

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

border-color css

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

 span { border-color: rgb(89,147,127); }

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