#9FA340

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

Shades of Brass #9FA340

Tints of Brass #9FA340

Color information

#9FA340 (or 0x9FA340) is unknown color: approx Brass. HEX triplet: 9F, A3 and 40. RGB value is (159,163,64). Sum of RGB (Red+Green+Blue) = 159+163+64=386 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.19% from 386); Green value is 163 (64.06% from 255 or 42.23% from 386); Blue value is 64 (25.39% from 255 or 16.58% from 386); Max value from RGB is 163 - color contains mainly: green. Hex color #9FA340 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FA340 is #605CBF. Grayscale: #969696. Windows color (decimal): -6315200 or 4236191. OLE color: 4236191.

HSL color Cylindrical-coordinate representation of color #9FA340: hue angle of 62.42º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9FA340 is Cyan = 0.02, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.36.

Color convert

RGB15916364-
CMYK0.0200.610.36
HSL62.42º43.61%44.51%-
HSV(B)62.42º60.74%63.92%-
XYZ28.3233.949.91-
YUV150.5279.17134.05-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 41.19%
GREEN value IS 163 (64.06% from 255) = 42.23%
BLUE value IS 64 (25.39% from 255) = 16.58%
R=41.19%
G=42.23%
B=16.58%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal159163640.0200.610.3662.4243.6144.51
Hex9FA340203D243e2c2d
Octal237243100207544765455
Binary10011111101000111000000100111101100100111110101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,163,64); }

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

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

 a { background-color: rgb(159,163,64); }

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

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

 span { border-color: rgb(159,163,64); }

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