#9EA448

Color #9EA448 Brass (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brass #9EA448

Tints of Brass #9EA448

Color information

#9EA448 (or 0x9EA448) is unknown color: approx Brass. HEX triplet: 9E, A4 and 48. RGB value is (158,164,72). Sum of RGB (Red+Green+Blue) = 158+164+72=394 (52% of max value = 765). Red value is 158 (62.11% from 255 or 40.10% from 394); Green value is 164 (64.45% from 255 or 41.62% from 394); Blue value is 72 (28.52% from 255 or 18.27% from 394); Max value from RGB is 164 - color contains mainly: green. Hex color #9EA448 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EA448 is #615BB7. Grayscale: #989898. Windows color (decimal): -6380472 or 4760734. OLE color: 4760734.

HSL color Cylindrical-coordinate representation of color #9EA448: hue angle of 63.91º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9EA448 is Cyan = 0.04, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB15816472-
CMYK0.0400.560.36
HSL63.91º38.98%46.27%-
HSV(B)63.91º56.1%64.31%-
XYZ28.5534.2911.24-
YUV151.7283.01132.48-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 40.10%
GREEN value IS 164 (64.45% from 255) = 41.62%
BLUE value IS 72 (28.52% from 255) = 18.27%
R=40.10%
G=41.62%
B=18.27%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal158164720.0400.560.3663.9138.9846.27
Hex9EA44840382440272e
Octal2362441104070441004756
Binary1001111010100100100100010001110001001001000000100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9EA448; }

 p { color: rgb(158,164,72); }

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

<style>
 a { background-color: #9EA448; }

 a { background-color: rgb(158,164,72); }

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

<style>
 span { border-color: #9EA448; }

 span { border-color: rgb(158,164,72); }

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