#5D9378

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

Shades of Patina #5D9378

Tints of Patina #5D9378

Color information

#5D9378 (or 0x5D9378) is unknown color: approx Patina. HEX triplet: 5D, 93 and 78. RGB value is (93,147,120). Sum of RGB (Red+Green+Blue) = 93+147+120=360 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.83% from 360); Green value is 147 (57.81% from 255 or 40.83% from 360); Blue value is 120 (47.27% from 255 or 33.33% from 360); Max value from RGB is 147 - color contains mainly: green. Hex color #5D9378 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D9378 is #A26C87. Grayscale: #7F7F7F. Windows color (decimal): -10644616 or 7902045. OLE color: 7902045.

HSL color Cylindrical-coordinate representation of color #5D9378: hue angle of 150º 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 #5D9378 is Cyan = 0.37, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB93147120-
CMYK0.3700.180.42
HSL150º22.5%47.06%-
HSV(B)150º36.73%57.65%-
XYZ18.3424.5521.54-
YUV127.78123.61103.2-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 25.83%
GREEN value IS 147 (57.81% from 255) = 40.83%
BLUE value IS 120 (47.27% from 255) = 33.33%
R=25.83%
G=40.83%
B=33.33%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal931471200.3700.180.4215022.547.06
Hex5D9378250122A96162f
Octal13522317045022522262657
Binary10111011001001111110001001010100101010101001011010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D9378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,147,120); }

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

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

 a { background-color: rgb(93,147,120); }

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

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

 span { border-color: rgb(93,147,120); }

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