#51957D

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

Shades of Patina #51957D

Tints of Patina #51957D

Color information

#51957D (or 0x51957D) is unknown color: approx Patina. HEX triplet: 51, 95 and 7D. RGB value is (81,149,125). Sum of RGB (Red+Green+Blue) = 81+149+125=355 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.82% from 355); Green value is 149 (58.59% from 255 or 41.97% from 355); Blue value is 125 (49.22% from 255 or 35.21% from 355); Max value from RGB is 149 - color contains mainly: green. Hex color #51957D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51957D is #AE6A82. Grayscale: #7D7D7D. Windows color (decimal): -11430531 or 8230225. OLE color: 8230225.

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

Color convert

RGB81149125-
CMYK0.4600.160.42
HSL158.82º29.57%45.1%-
HSV(B)158.82º45.64%58.43%-
XYZ17.8424.7223.23-
YUV125.93127.4795.95-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.82%
GREEN value IS 149 (58.59% from 255) = 41.97%
BLUE value IS 125 (49.22% from 255) = 35.21%
R=22.82%
G=41.97%
B=35.21%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal811491250.4600.160.42158.8229.5745.1
Hex51957D2E0102A9f1e2d
Octal12122517556020522373655
Binary10100011001010111111011011100100001010101001111111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51957D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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