Html Css Color HEX #51927A Patina

📋 copy color: '#51927A'

red 81 ◦ green 146 ◦ blue 122

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

Shades of Patina #51927A

Tints of Patina #51927A

RGB

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

 GREEN value IS 146 (57.42% from 255) = 41.83%

 BLUE value IS 122 (48.05% from 255) = 34.96%

R = 23.21%
G = 41.83%
B = 34.96%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.16

 K value IS 0.43

RGB Variations

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

Color information

#51927A (or 0x51927A) is known color: Patina. HEX triplet: 51, 92 and 7A. RGB value is (81,146,122). Sum of RGB (Red+Green+Blue) = 81+146+122=349 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.21% from 349); Green value is 146 (57.42% from 255 or 41.83% from 349); Blue value is 122 (48.05% from 255 or 34.96% from 349); Max value from RGB is 146 - color contains mainly: green. Hex color #51927A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51927A is #AE6D85. Grayscale: #7B7B7B. Windows color (decimal): -11431302 or 8032849. OLE color: 8032849.

HSL color Cylindrical-coordinate representation of color #51927A: hue angle of 157.85º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #51927A is Cyan = 0.45, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB 81 146 122 -
CMYK 0.45 0 0.16 0.43
HSL 157.85º 0.29% 0.45% -
HSV(B) 157.85º 0.45% 0.57% -
XYZ 17.19 23.71 22.08 -
YUV 123.83 126.97 97.45 -
System Red Green Blue C M Y K H S L
Decimal 81 146 122 0.45 0 0.16 0.43 157.85 0.29 0.45
Hex 51 92 7A 2D 0 10 2B 9E 1D 2D
Octal 121 222 172 55 0 20 53 236 35 55
Binary 1010001 10010010 1111010 101101 0 10000 101011 10011110 11101 101101

Color Harmonies of #51927A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51927A

Black with #51927A

Text Example


Text Example

White with #51927A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51927A; }

 p { color: rgb(81,146,122); }

 H1.HeaderClassName
 {
   color: #51927A;
 }
 .AnyTagClassName
 {
   color: #51927A;
 }
</style>

background-color css

<style>
 a { background-color: #51927A; }

 a { background-color: rgb(81,146,122); }

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

border-color css

<style>
 span { border-color: #51927A; }

 span { border-color: rgb(81,146,122); }

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