#5D9578

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

Shades of Patina #5D9578

Tints of Patina #5D9578

Color information

#5D9578 (or 0x5D9578) is unknown color: approx Patina. HEX triplet: 5D, 95 and 78. RGB value is (93,149,120). Sum of RGB (Red+Green+Blue) = 93+149+120=362 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.69% from 362); Green value is 149 (58.59% from 255 or 41.16% from 362); Blue value is 120 (47.27% from 255 or 33.15% from 362); Max value from RGB is 149 - color contains mainly: green. Hex color #5D9578 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D9578 is #A26A87. Grayscale: #818181. Windows color (decimal): -10644104 or 7902557. OLE color: 7902557.

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

Color convert

RGB93149120-
CMYK0.3800.190.42
HSL148.93º23.14%47.45%-
HSV(B)148.93º37.58%58.43%-
XYZ18.6525.1821.65-
YUV128.95122.95102.36-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 25.69%
GREEN value IS 149 (58.59% from 255) = 41.16%
BLUE value IS 120 (47.27% from 255) = 33.15%
R=25.69%
G=41.16%
B=33.15%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal931491200.3800.190.42148.9323.1447.45
Hex5D9578260132A95172f
Octal13522517046023522252757
Binary10111011001010111110001001100100111010101001010110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D9578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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