#5E9371

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

Shades of Oxley #5E9371

Tints of Oxley #5E9371

Color information

#5E9371 (or 0x5E9371) is unknown color: approx Oxley. HEX triplet: 5E, 93 and 71. RGB value is (94,147,113). Sum of RGB (Red+Green+Blue) = 94+147+113=354 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.55% from 354); Green value is 147 (57.81% from 255 or 41.53% from 354); Blue value is 113 (44.53% from 255 or 31.92% from 354); Max value from RGB is 147 - color contains mainly: green. Hex color #5E9371 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9371 is #A16C8E. Grayscale: #7F7F7F. Windows color (decimal): -10579087 or 7443294. OLE color: 7443294.

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

Color convert

RGB94147113-
CMYK0.3600.230.42
HSL141.51º21.99%47.25%-
HSV(B)141.51º36.05%57.65%-
XYZ18.0324.4419.39-
YUV127.28119.94104.26-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 26.55%
GREEN value IS 147 (57.81% from 255) = 41.53%
BLUE value IS 113 (44.53% from 255) = 31.92%
R=26.55%
G=41.53%
B=31.92%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal941471130.3600.230.42141.5121.9947.25
Hex5E9371240172A8e162f
Octal13622316144027522162657
Binary10111101001001111100011001000101111010101000111010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E9371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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