#5E9379

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

Shades of Patina #5E9379

Tints of Patina #5E9379

Color information

#5E9379 (or 0x5E9379) is unknown color: approx Patina. HEX triplet: 5E, 93 and 79. RGB value is (94,147,121). Sum of RGB (Red+Green+Blue) = 94+147+121=362 (47% of max value = 765). Red value is 94 (37.11% from 255 or 25.97% from 362); Green value is 147 (57.81% from 255 or 40.61% from 362); Blue value is 121 (47.66% from 255 or 33.43% from 362); Max value from RGB is 147 - color contains mainly: green. Hex color #5E9379 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9379 is #A16C86. Grayscale: #808080. Windows color (decimal): -10579079 or 7967582. OLE color: 7967582.

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

Color convert

RGB94147121-
CMYK0.3600.180.42
HSL150.57º21.99%47.25%-
HSV(B)150.57º36.05%57.65%-
XYZ18.524.6321.87-
YUV128.19123.94103.61-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 25.97%
GREEN value IS 147 (57.81% from 255) = 40.61%
BLUE value IS 121 (47.66% from 255) = 33.43%
R=25.97%
G=40.61%
B=33.43%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal941471210.3600.180.42150.5721.9947.25
Hex5E9379240122A97162f
Octal13622317144022522272657
Binary10111101001001111110011001000100101010101001011110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E9379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,147,121); }

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

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

 a { background-color: rgb(94,147,121); }

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

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

 span { border-color: rgb(94,147,121); }

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