#5D947D

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

Shades of Patina #5D947D

Tints of Patina #5D947D

Color information

#5D947D (or 0x5D947D) is unknown color: approx Patina. HEX triplet: 5D, 94 and 7D. RGB value is (93,148,125). Sum of RGB (Red+Green+Blue) = 93+148+125=366 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.41% from 366); Green value is 148 (58.20% from 255 or 40.44% from 366); Blue value is 125 (49.22% from 255 or 34.15% from 366); Max value from RGB is 148 - color contains mainly: green. Hex color #5D947D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D947D is #A26B82. Grayscale: #808080. Windows color (decimal): -10644355 or 8229981. OLE color: 8229981.

HSL color Cylindrical-coordinate representation of color #5D947D: hue angle of 154.91º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5D947D is Cyan = 0.37, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB93148125-
CMYK0.3700.160.42
HSL154.91º22.82%47.25%-
HSV(B)154.91º37.16%58.04%-
XYZ18.8124.9923.23-
YUV128.93125.78102.37-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 25.41%
GREEN value IS 148 (58.20% from 255) = 40.44%
BLUE value IS 125 (49.22% from 255) = 34.15%
R=25.41%
G=40.44%
B=34.15%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal931481250.3700.160.42154.9122.8247.25
Hex5D947D250102A9b172f
Octal13522417545020522332757
Binary10111011001010011111011001010100001010101001101110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D947D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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