#5D917F

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

Shades of Patina #5D917F

Tints of Patina #5D917F

Color information

#5D917F (or 0x5D917F) is unknown color: approx Patina. HEX triplet: 5D, 91 and 7F. RGB value is (93,145,127). Sum of RGB (Red+Green+Blue) = 93+145+127=365 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.48% from 365); Green value is 145 (57.03% from 255 or 39.73% from 365); Blue value is 127 (50% from 255 or 34.79% from 365); Max value from RGB is 145 - color contains mainly: green. Hex color #5D917F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D917F is #A26E80. Grayscale: #7F7F7F. Windows color (decimal): -10645121 or 8360285. OLE color: 8360285.

HSL color Cylindrical-coordinate representation of color #5D917F: hue angle of 159.23º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5D917F is Cyan = 0.36, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB93145127-
CMYK0.3600.120.43
HSL159.23º21.85%46.67%-
HSV(B)159.23º35.86%56.86%-
XYZ18.4724.1123.76-
YUV127.4127.77103.46-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 25.48%
GREEN value IS 145 (57.03% from 255) = 39.73%
BLUE value IS 127 (50% from 255) = 34.79%
R=25.48%
G=39.73%
B=34.79%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal931451270.3600.120.43159.2321.8546.67
Hex5D917F240C2B9f162f
Octal13522117744014532372657
Binary1011101100100011111111100100011001010111001111110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D917F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5D917F; }

 p { color: rgb(93,145,127); }

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

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

 a { background-color: rgb(93,145,127); }

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

<style>
 span { border-color: #5D917F; }

 span { border-color: rgb(93,145,127); }

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