#5C9578

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

Shades of Patina #5C9578

Tints of Patina #5C9578

Color information

#5C9578 (or 0x5C9578) is unknown color: approx Patina. HEX triplet: 5C, 95 and 78. RGB value is (92,149,120). Sum of RGB (Red+Green+Blue) = 92+149+120=361 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.48% from 361); Green value is 149 (58.59% from 255 or 41.27% from 361); Blue value is 120 (47.27% from 255 or 33.24% from 361); Max value from RGB is 149 - color contains mainly: green. Hex color #5C9578 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C9578 is #A36A87. Grayscale: #808080. Windows color (decimal): -10709640 or 7902556. OLE color: 7902556.

HSL color Cylindrical-coordinate representation of color #5C9578: hue angle of 149.47º degrees, saturation: 0.24, 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 #5C9578 is Cyan = 0.38, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB92149120-
CMYK0.3800.190.42
HSL149.47º23.65%47.25%-
HSV(B)149.47º38.26%58.43%-
XYZ18.5525.1321.64-
YUV128.65123.12101.86-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 25.48%
GREEN value IS 149 (58.59% from 255) = 41.27%
BLUE value IS 120 (47.27% from 255) = 33.24%
R=25.48%
G=41.27%
B=33.24%

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
Decimal921491200.3800.190.42149.4723.6547.25
Hex5C9578260132A95182f
Octal13422517046023522253057
Binary10111001001010111110001001100100111010101001010111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C9578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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