#5D9A7D

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

Shades of Patina #5D9A7D

Tints of Patina #5D9A7D

Color information

#5D9A7D (or 0x5D9A7D) is unknown color: approx Patina. HEX triplet: 5D, 9A and 7D. RGB value is (93,154,125). Sum of RGB (Red+Green+Blue) = 93+154+125=372 (49% of max value = 765). Red value is 93 (36.72% from 255 or 25% from 372); Green value is 154 (60.55% from 255 or 41.40% from 372); Blue value is 125 (49.22% from 255 or 33.60% from 372); Max value from RGB is 154 - color contains mainly: green. Hex color #5D9A7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D9A7D is #A26582. Grayscale: #848484. Windows color (decimal): -10642819 or 8231517. OLE color: 8231517.

HSL color Cylindrical-coordinate representation of color #5D9A7D: hue angle of 151.48º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5D9A7D is Cyan = 0.40, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.40.

Color convert

RGB93154125-
CMYK0.4000.190.40
HSL151.48º24.7%48.43%-
HSV(B)151.48º39.61%60.39%-
XYZ19.7726.9223.56-
YUV132.45123.7999.86-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 25%
GREEN value IS 154 (60.55% from 255) = 41.40%
BLUE value IS 125 (49.22% from 255) = 33.60%
R=25%
G=41.40%
B=33.60%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal931541250.4000.190.40151.4824.748.43
Hex5D9A7D2801328971930
Octal13523217550023502273160
Binary10111011001101011111011010000100111010001001011111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D9A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,154,125); }

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

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

 a { background-color: rgb(93,154,125); }

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

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

 span { border-color: rgb(93,154,125); }

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