#5D9373

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

Shades of Oxley #5D9373

Tints of Oxley #5D9373

Color information

#5D9373 (or 0x5D9373) is unknown color: approx Oxley. HEX triplet: 5D, 93 and 73. RGB value is (93,147,115). Sum of RGB (Red+Green+Blue) = 93+147+115=355 (47% of max value = 765). Red value is 93 (36.72% from 255 or 26.20% from 355); Green value is 147 (57.81% from 255 or 41.41% from 355); Blue value is 115 (45.31% from 255 or 32.39% from 355); Max value from RGB is 147 - color contains mainly: green. Hex color #5D9373 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D9373 is #A26C8C. Grayscale: #7F7F7F. Windows color (decimal): -10644621 or 7574365. OLE color: 7574365.

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

Color convert

RGB93147115-
CMYK0.3700.220.42
HSL144.44º22.5%47.06%-
HSV(B)144.44º36.73%57.65%-
XYZ18.0424.4319.98-
YUV127.21121.11103.6-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 26.20%
GREEN value IS 147 (57.81% from 255) = 41.41%
BLUE value IS 115 (45.31% from 255) = 32.39%
R=26.20%
G=41.41%
B=32.39%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal931471150.3700.220.42144.4422.547.06
Hex5D9373250162A90162f
Octal13522316345026522202657
Binary10111011001001111100111001010101101010101001000010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D9373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,147,115); }

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

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

 a { background-color: rgb(93,147,115); }

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

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

 span { border-color: rgb(93,147,115); }

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