Html Css Color HEX #51957B Patina

📋 copy color: '#51957B'

red 81 ◦ green 149 ◦ blue 123

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

Shades of Patina #51957B

Tints of Patina #51957B

RGB

 RED value IS 81 (32.03% from 255) = 22.95%

 GREEN value IS 149 (58.59% from 255) = 42.21%

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

R = 22.95%
G = 42.21%
B = 34.84%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#51957B (or 0x51957B) is known color: Patina. HEX triplet: 51, 95 and 7B. RGB value is (81,149,123). Sum of RGB (Red+Green+Blue) = 81+149+123=353 (46% of max value = 765). Red value is 81 (32.03% from 255 or 22.95% from 353); Green value is 149 (58.59% from 255 or 42.21% from 353); Blue value is 123 (48.44% from 255 or 34.84% from 353); Max value from RGB is 149 - color contains mainly: green. Hex color #51957B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51957B is #AE6A84. Grayscale: #7D7D7D. Windows color (decimal): -11430533 or 8099153. OLE color: 8099153.

HSL color Cylindrical-coordinate representation of color #51957B: hue angle of 157.06º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #51957B is Cyan = 0.46, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB 81 149 123 -
CMYK 0.46 0 0.17 0.42
HSL 157.06º 0.3% 0.45% -
HSV(B) 157.06º 0.46% 0.58% -
XYZ 17.72 24.67 22.57 -
YUV 125.7 126.47 96.11 -
System Red Green Blue C M Y K H S L
Decimal 81 149 123 0.46 0 0.17 0.42 157.06 0.3 0.45
Hex 51 95 7B 2E 0 11 2A 9D 1E 2D
Octal 121 225 173 56 0 21 52 235 36 55
Binary 1010001 10010101 1111011 101110 0 10001 101010 10011101 11110 101101

Color Harmonies of #51957B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51957B

Black with #51957B

Text Example


Text Example

White with #51957B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,149,123); }

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

background-color css

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

 a { background-color: rgb(81,149,123); }

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

border-color css

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

 span { border-color: rgb(81,149,123); }

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