#51927A

Color #51927A Patina (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Patina #51927A

Tints of Patina #51927A

Color information

#51927A (or 0x51927A) is unknown color: approx 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

RGB81146122-
CMYK0.4500.160.43
HSL157.85º28.63%44.51%-
HSV(B)157.85º44.52%57.25%-
XYZ17.1923.7122.08-
YUV123.83126.9797.45-

RGB Variations

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

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 (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal811461220.4500.160.43157.8528.6344.51
Hex51927A2D0102B9e1d2d
Octal12122217255020532363555
Binary10100011001001011110101011010100001010111001111011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51927A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>