#5EA58D

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

Shades of Patina #5EA58D

Tints of Patina #5EA58D

Color information

#5EA58D (or 0x5EA58D) is unknown color: approx Patina. HEX triplet: 5E, A5 and 8D. RGB value is (94,165,141). Sum of RGB (Red+Green+Blue) = 94+165+141=400 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.5% from 400); Green value is 165 (64.84% from 255 or 41.25% from 400); Blue value is 141 (55.47% from 255 or 35.25% from 400); Max value from RGB is 165 - color contains mainly: green. Hex color #5EA58D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EA58D is #A15A72. Grayscale: #8D8D8D. Windows color (decimal): -10574451 or 9282910. OLE color: 9282910.

HSL color Cylindrical-coordinate representation of color #5EA58D: hue angle of 159.72º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5EA58D is Cyan = 0.43, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB94165141-
CMYK0.4300.150.35
HSL159.72º28.29%50.78%-
HSV(B)159.72º43.03%64.71%-
XYZ22.8831.2130.02-
YUV141.04127.9894.45-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 23.5%
GREEN value IS 165 (64.84% from 255) = 41.25%
BLUE value IS 141 (55.47% from 255) = 35.25%
R=23.5%
G=41.25%
B=35.25%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal941651410.4300.150.35159.7228.2950.78
Hex5EA58D2B0F23a01c33
Octal13624521553017432403463
Binary10111101010010110001101101011011111000111010000011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EA58D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,165,141); }

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

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

 a { background-color: rgb(94,165,141); }

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

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

 span { border-color: rgb(94,165,141); }

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