Html Css Color HEX #57937F Patina

📋 copy color: '#57937F'

red 87 ◦ green 147 ◦ blue 127

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

Shades of Patina #57937F

Tints of Patina #57937F

RGB

 RED value IS 87 (34.38% from 255) = 24.1%

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

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

R = 24.1%
G = 40.72%
B = 35.18%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#57937F (or 0x57937F) is known color: Patina. HEX triplet: 57, 93 and 7F. RGB value is (87,147,127). Sum of RGB (Red+Green+Blue) = 87+147+127=361 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.10% from 361); Green value is 147 (57.81% from 255 or 40.72% from 361); Blue value is 127 (50% from 255 or 35.18% from 361); Max value from RGB is 147 - color contains mainly: green. Hex color #57937F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57937F is #A86C80. Grayscale: #7E7E7E. Windows color (decimal): -11037825 or 8360791. OLE color: 8360791.

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

Color convert

RGB 87 147 127 -
CMYK 0.41 0 0.14 0.42
HSL 160º 0.26% 0.46% -
HSV(B) 160º 0.41% 0.58% -
XYZ 18.19 24.43 23.83 -
YUV 126.78 128.12 99.63 -
System Red Green Blue C M Y K H S L
Decimal 87 147 127 0.41 0 0.14 0.42 160 0.26 0.46
Hex 57 93 7F 29 0 E 2A A0 1A 2E
Octal 127 223 177 51 0 16 52 240 32 56
Binary 1010111 10010011 1111111 101001 0 1110 101010 10100000 11010 101110

Color Harmonies of #57937F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57937F

Black with #57937F

Text Example


Text Example

White with #57937F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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