#5C957F

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

Shades of Patina #5C957F

Tints of Patina #5C957F

Color information

#5C957F (or 0x5C957F) is unknown color: approx Patina. HEX triplet: 5C, 95 and 7F. RGB value is (92,149,127). Sum of RGB (Red+Green+Blue) = 92+149+127=368 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25% from 368); Green value is 149 (58.59% from 255 or 40.49% from 368); Blue value is 127 (50% from 255 or 34.51% from 368); Max value from RGB is 149 - color contains mainly: green. Hex color #5C957F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C957F is #A36A80. Grayscale: #818181. Windows color (decimal): -10709633 or 8361308. OLE color: 8361308.

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

Color convert

RGB92149127-
CMYK0.3800.150.42
HSL156.84º23.65%47.25%-
HSV(B)156.84º38.26%58.43%-
XYZ18.9925.323.96-
YUV129.45126.62101.29-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 25%
GREEN value IS 149 (58.59% from 255) = 40.49%
BLUE value IS 127 (50% from 255) = 34.51%
R=25%
G=40.49%
B=34.51%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal921491270.3800.150.42156.8423.6547.25
Hex5C957F260F2A9d182f
Octal13422517746017522353057
Binary1011100100101011111111100110011111010101001110111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C957F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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