#5EA472

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

Shades of Oxley #5EA472

Tints of Oxley #5EA472

Color information

#5EA472 (or 0x5EA472) is unknown color: approx Oxley. HEX triplet: 5E, A4 and 72. RGB value is (94,164,114). Sum of RGB (Red+Green+Blue) = 94+164+114=372 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.27% from 372); Green value is 164 (64.45% from 255 or 44.09% from 372); Blue value is 114 (44.92% from 255 or 30.65% from 372); Max value from RGB is 164 - color contains mainly: green. Hex color #5EA472 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EA472 is #A15B8D. Grayscale: #898989. Windows color (decimal): -10574734 or 7513182. OLE color: 7513182.

HSL color Cylindrical-coordinate representation of color #5EA472: hue angle of 137.14º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5EA472 is Cyan = 0.43, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB94164114-
CMYK0.4300.300.36
HSL137.14º27.78%50.59%-
HSV(B)137.14º42.68%64.31%-
XYZ20.9330.1520.64-
YUV137.37114.8197.07-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 25.27%
GREEN value IS 164 (64.45% from 255) = 44.09%
BLUE value IS 114 (44.92% from 255) = 30.65%
R=25.27%
G=44.09%
B=30.65%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal941641140.4300.300.36137.1427.7850.59
Hex5EA4722B01E24891c33
Octal13624416253036442113463
Binary10111101010010011100101010110111101001001000100111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EA472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,164,114); }

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

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

 a { background-color: rgb(94,164,114); }

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

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

 span { border-color: rgb(94,164,114); }

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