#959440

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

Shades of Highball #959440

Tints of Highball #959440

Color information

#959440 (or 0x959440) is unknown color: approx Highball. HEX triplet: 95, 94 and 40. RGB value is (149,148,64). Sum of RGB (Red+Green+Blue) = 149+148+64=361 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.27% from 361); Green value is 148 (58.20% from 255 or 41.00% from 361); Blue value is 64 (25.39% from 255 or 17.73% from 361); Max value from RGB is 149 - color contains mainly: red. Hex color #959440 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959440 is #6A6BBF. Grayscale: #8B8B8B. Windows color (decimal): -6974400 or 4232341. OLE color: 4232341.

HSL color Cylindrical-coordinate representation of color #959440: hue angle of 59.29º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #959440 is Cyan = 0, Magento = 0.01, Yellow = 0.57 and Black (K on CMYK) = 0.42.

Color convert

RGB14914864-
CMYK00.010.570.42
HSL59.29º39.91%41.76%-
HSV(B)59.29º57.05%58.43%-
XYZ23.9127.948.98-
YUV138.7285.83135.33-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.27%
GREEN value IS 148 (58.20% from 255) = 41.00%
BLUE value IS 64 (25.39% from 255) = 17.73%
R=41.27%
G=41.00%
B=17.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.57
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491486400.010.570.4259.2939.9141.76
Hex95944001392A3b282a
Octal225224100017152735052
Binary1001010110010100100000001111001101010111011101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959440; }

 p { color: rgb(149,148,64); }

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

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

 a { background-color: rgb(149,148,64); }

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

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

 span { border-color: rgb(149,148,64); }

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