#5D8D7F

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

Shades of Patina #5D8D7F

Tints of Patina #5D8D7F

Color information

#5D8D7F (or 0x5D8D7F) is unknown color: approx Patina. HEX triplet: 5D, 8D and 7F. RGB value is (93,141,127). Sum of RGB (Red+Green+Blue) = 93+141+127=361 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.76% from 361); Green value is 141 (55.47% from 255 or 39.06% from 361); Blue value is 127 (50% from 255 or 35.18% from 361); Max value from RGB is 141 - color contains mainly: green. Hex color #5D8D7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D8D7F is #A27280. Grayscale: #7D7D7D. Windows color (decimal): -10646145 or 8359261. OLE color: 8359261.

HSL color Cylindrical-coordinate representation of color #5D8D7F: hue angle of 162.5º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5D8D7F is Cyan = 0.34, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.45.

Color convert

RGB93141127-
CMYK0.3400.100.45
HSL162.5º20.51%45.88%-
HSV(B)162.5º34.04%55.29%-
XYZ17.8722.9123.56-
YUV125.05129.1105.14-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 25.76%
GREEN value IS 141 (55.47% from 255) = 39.06%
BLUE value IS 127 (50% from 255) = 35.18%
R=25.76%
G=39.06%
B=35.18%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal931411270.3400.100.45162.520.5145.88
Hex5D8D7F220A2Da2152e
Octal13521517742012552422556
Binary1011101100011011111111100010010101011011010001010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D8D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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