#959339

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

Shades of Highball #959339

Tints of Highball #959339

Color information

#959339 (or 0x959339) is unknown color: approx Highball. HEX triplet: 95, 93 and 39. RGB value is (149,147,57). Sum of RGB (Red+Green+Blue) = 149+147+57=353 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.21% from 353); Green value is 147 (57.81% from 255 or 41.64% from 353); Blue value is 57 (22.66% from 255 or 16.15% from 353); Max value from RGB is 149 - color contains mainly: red. Hex color #959339 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959339 is #6A6CC6. Grayscale: #898989. Windows color (decimal): -6974663 or 3773333. OLE color: 3773333.

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

Color convert

RGB14914757-
CMYK00.010.620.42
HSL58.7º44.66%40.39%-
HSV(B)58.7º61.74%58.43%-
XYZ23.5727.557.95-
YUV137.3482.66136.32-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.21%
GREEN value IS 147 (57.81% from 255) = 41.64%
BLUE value IS 57 (22.66% from 255) = 16.15%
R=42.21%
G=41.64%
B=16.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.62
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491475700.010.620.4258.744.6640.39
Hex959339013E2A3b2d28
Octal22522371017652735550
Binary100101011001001111100101111110101010111011101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959339; }

 p { color: rgb(149,147,57); }

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

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

 a { background-color: rgb(149,147,57); }

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

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

 span { border-color: rgb(149,147,57); }

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