#5DA381

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

Shades of Patina #5DA381

Tints of Patina #5DA381

Color information

#5DA381 (or 0x5DA381) is unknown color: approx Patina. HEX triplet: 5D, A3 and 81. RGB value is (93,163,129). Sum of RGB (Red+Green+Blue) = 93+163+129=385 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.16% from 385); Green value is 163 (64.06% from 255 or 42.34% from 385); Blue value is 129 (50.78% from 255 or 33.51% from 385); Max value from RGB is 163 - color contains mainly: green. Hex color #5DA381 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DA381 is #A25C7E. Grayscale: #8A8A8A. Windows color (decimal): -10640511 or 8495965. OLE color: 8495965.

HSL color Cylindrical-coordinate representation of color #5DA381: hue angle of 150.86º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5DA381 is Cyan = 0.43, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB93163129-
CMYK0.4300.210.36
HSL150.86º27.56%50.2%-
HSV(B)150.86º42.94%63.92%-
XYZ21.5730.1125.44-
YUV138.19122.8195.76-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 24.16%
GREEN value IS 163 (64.06% from 255) = 42.34%
BLUE value IS 129 (50.78% from 255) = 33.51%
R=24.16%
G=42.34%
B=33.51%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal931631290.4300.210.36150.8627.5650.2
Hex5DA3812B01524971c32
Octal13524320153025442273462
Binary101110110100011100000011010110101011001001001011111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DA381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,163,129); }

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

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

 a { background-color: rgb(93,163,129); }

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

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

 span { border-color: rgb(93,163,129); }

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