Html Css Color HEX #57947B Patina

📋 copy color: '#57947B'

red 87 ◦ green 148 ◦ blue 123

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

Shades of Patina #57947B

Tints of Patina #57947B

RGB

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

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

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

R = 24.3%
G = 41.34%
B = 34.36%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#57947B (or 0x57947B) is known color: Patina. HEX triplet: 57, 94 and 7B. RGB value is (87,148,123). Sum of RGB (Red+Green+Blue) = 87+148+123=358 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.30% from 358); Green value is 148 (58.20% from 255 or 41.34% from 358); Blue value is 123 (48.44% from 255 or 34.36% from 358); Max value from RGB is 148 - color contains mainly: green. Hex color #57947B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57947B is #A86B84. Grayscale: #7E7E7E. Windows color (decimal): -11037573 or 8098903. OLE color: 8098903.

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

Color convert

RGB 87 148 123 -
CMYK 0.41 0 0.17 0.42
HSL 155.41º 0.26% 0.46% -
HSV(B) 155.41º 0.41% 0.58% -
XYZ 18.1 24.64 22.54 -
YUV 126.91 125.79 99.53 -
System Red Green Blue C M Y K H S L
Decimal 87 148 123 0.41 0 0.17 0.42 155.41 0.26 0.46
Hex 57 94 7B 29 0 11 2A 9B 1A 2E
Octal 127 224 173 51 0 21 52 233 32 56
Binary 1010111 10010100 1111011 101001 0 10001 101010 10011011 11010 101110

Color Harmonies of #57947B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57947B

Black with #57947B

Text Example


Text Example

White with #57947B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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