#5E936D

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

Shades of Oxley #5E936D

Tints of Oxley #5E936D

Color information

#5E936D (or 0x5E936D) is unknown color: approx Oxley. HEX triplet: 5E, 93 and 6D. RGB value is (94,147,109). Sum of RGB (Red+Green+Blue) = 94+147+109=350 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.86% from 350); Green value is 147 (57.81% from 255 or 42% from 350); Blue value is 109 (42.97% from 255 or 31.14% from 350); Max value from RGB is 147 - color contains mainly: green. Hex color #5E936D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E936D is #A16C92. Grayscale: #7E7E7E. Windows color (decimal): -10579091 or 7181150. OLE color: 7181150.

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

Color convert

RGB94147109-
CMYK0.3600.260.42
HSL136.98º21.99%47.25%-
HSV(B)136.98º36.05%57.65%-
XYZ17.8124.3518.23-
YUV126.82117.94104.59-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 26.86%
GREEN value IS 147 (57.81% from 255) = 42%
BLUE value IS 109 (42.97% from 255) = 31.14%
R=26.86%
G=42%
B=31.14%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal941471090.3600.260.42136.9821.9947.25
Hex5E936D2401A2A89162f
Octal13622315544032522112657
Binary10111101001001111011011001000110101010101000100110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E936D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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