#51947B

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

Shades of Patina #51947B

Tints of Patina #51947B

Color information

#51947B (or 0x51947B) is unknown color: approx Patina. HEX triplet: 51, 94 and 7B. RGB value is (81,148,123). Sum of RGB (Red+Green+Blue) = 81+148+123=352 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.01% from 352); Green value is 148 (58.20% from 255 or 42.05% from 352); Blue value is 123 (48.44% from 255 or 34.94% from 352); Max value from RGB is 148 - color contains mainly: green. Hex color #51947B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51947B is #AE6B84. Grayscale: #7D7D7D. Windows color (decimal): -11430789 or 8098897. OLE color: 8098897.

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

Color convert

RGB81148123-
CMYK0.4500.170.42
HSL157.61º29.26%44.9%-
HSV(B)157.61º45.27%58.04%-
XYZ17.5624.3622.52-
YUV125.12126.896.53-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.01%
GREEN value IS 148 (58.20% from 255) = 42.05%
BLUE value IS 123 (48.44% from 255) = 34.94%
R=23.01%
G=42.05%
B=34.94%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal811481230.4500.170.42157.6129.2644.9
Hex51947B2D0112A9e1d2d
Octal12122417355021522363555
Binary10100011001010011110111011010100011010101001111011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51947B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #51947B;
 }
 .AnyTagClassName
 {
   color: #51947B;
 }
</style>
background-color css

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

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

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

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

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

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