#5E946D

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

Shades of Oxley #5E946D

Tints of Oxley #5E946D

Color information

#5E946D (or 0x5E946D) is unknown color: approx Oxley. HEX triplet: 5E, 94 and 6D. RGB value is (94,148,109). Sum of RGB (Red+Green+Blue) = 94+148+109=351 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.78% from 351); Green value is 148 (58.20% from 255 or 42.17% from 351); Blue value is 109 (42.97% from 255 or 31.05% from 351); Max value from RGB is 148 - color contains mainly: green. Hex color #5E946D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E946D is #A16B92. Grayscale: #7F7F7F. Windows color (decimal): -10578835 or 7181406. OLE color: 7181406.

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

Color convert

RGB94148109-
CMYK0.3600.260.42
HSL136.67º22.31%47.45%-
HSV(B)136.67º36.49%58.04%-
XYZ17.9724.6618.28-
YUV127.41117.61104.17-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 26.78%
GREEN value IS 148 (58.20% from 255) = 42.17%
BLUE value IS 109 (42.97% from 255) = 31.05%
R=26.78%
G=42.17%
B=31.05%

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
Decimal941481090.3600.260.42136.6722.3147.45
Hex5E946D2401A2A89162f
Octal13622415544032522112657
Binary10111101001010011011011001000110101010101000100110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E946D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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