#5DA471

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

Shades of Oxley #5DA471

Tints of Oxley #5DA471

Color information

#5DA471 (or 0x5DA471) is unknown color: approx Oxley. HEX triplet: 5D, A4 and 71. RGB value is (93,164,113). Sum of RGB (Red+Green+Blue) = 93+164+113=370 (49% of max value = 765). Red value is 93 (36.72% from 255 or 25.14% from 370); Green value is 164 (64.45% from 255 or 44.32% from 370); Blue value is 113 (44.53% from 255 or 30.54% from 370); Max value from RGB is 164 - color contains mainly: green. Hex color #5DA471 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DA471 is #A25B8E. Grayscale: #898989. Windows color (decimal): -10640271 or 7447645. OLE color: 7447645.

HSL color Cylindrical-coordinate representation of color #5DA471: hue angle of 136.9º 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 #5DA471 is Cyan = 0.43, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB93164113-
CMYK0.4300.310.36
HSL136.9º28.06%50.39%-
HSV(B)136.9º43.29%64.31%-
XYZ20.7730.0720.33-
YUV136.96114.4896.65-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 25.14%
GREEN value IS 164 (64.45% from 255) = 44.32%
BLUE value IS 113 (44.53% from 255) = 30.54%
R=25.14%
G=44.32%
B=30.54%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal931641130.4300.310.36136.928.0650.39
Hex5DA4712B01F24891c32
Octal13524416153037442113462
Binary10111011010010011100011010110111111001001000100111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DA471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,164,113); }

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

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

 a { background-color: rgb(93,164,113); }

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

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

 span { border-color: rgb(93,164,113); }

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