#5D9D7C

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

Shades of Patina #5D9D7C

Tints of Patina #5D9D7C

Color information

#5D9D7C (or 0x5D9D7C) is unknown color: approx Patina. HEX triplet: 5D, 9D and 7C. RGB value is (93,157,124). Sum of RGB (Red+Green+Blue) = 93+157+124=374 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.87% from 374); Green value is 157 (61.72% from 255 or 41.98% from 374); Blue value is 124 (48.83% from 255 or 33.16% from 374); Max value from RGB is 157 - color contains mainly: green. Hex color #5D9D7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D9D7C is #A26283. Grayscale: #868686. Windows color (decimal): -10642052 or 8166749. OLE color: 8166749.

HSL color Cylindrical-coordinate representation of color #5D9D7C: hue angle of 149.06º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5D9D7C is Cyan = 0.41, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.38.

Color convert

RGB93157124-
CMYK0.4100.210.38
HSL149.06º25.6%49.02%-
HSV(B)149.06º40.76%61.57%-
XYZ20.2127.923.39-
YUV134.1122.398.68-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 24.87%
GREEN value IS 157 (61.72% from 255) = 41.98%
BLUE value IS 124 (48.83% from 255) = 33.16%
R=24.87%
G=41.98%
B=33.16%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal931571240.4100.210.38149.0625.649.02
Hex5D9D7C2901526951a31
Octal13523517451025462253261
Binary10111011001110111111001010010101011001101001010111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D9D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,157,124); }

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

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

 a { background-color: rgb(93,157,124); }

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

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

 span { border-color: rgb(93,157,124); }

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