#51957a

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

Shades of Patina #51957A

Tints of Patina #51957A

Color information

#51957A (or 0x51957A) is unknown color: approx Patina. HEX triplet: 51, 95 and 7A. RGB value is (81,149,122). Sum of RGB (Red+Green+Blue) = 81+149+122=352 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.01% from 352); Green value is 149 (58.59% from 255 or 42.33% from 352); Blue value is 122 (48.05% from 255 or 34.66% from 352); Max value from RGB is 149 - color contains mainly: green. Hex color #51957A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51957A is #AE6A85. Grayscale: #7D7D7D. Windows color (decimal): -11430534 or 8033617. OLE color: 8033617.

HSL color Cylindrical-coordinate representation of color #51957A: hue angle of 156.18º 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 #51957A is Cyan = 0.46, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB81149122-
CMYK0.4600.180.42
HSL156.18º29.57%45.1%-
HSV(B)156.18º45.64%58.43%-
XYZ17.6524.6522.24-
YUV125.59125.9796.2-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.01%
GREEN value IS 149 (58.59% from 255) = 42.33%
BLUE value IS 122 (48.05% from 255) = 34.66%
R=23.01%
G=42.33%
B=34.66%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal811491220.4600.180.42156.1829.5745.1
Hex51957A2E0122A9c1e2d
Octal12122517256022522343655
Binary10100011001010111110101011100100101010101001110011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51957a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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