#949340

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

Shades of Highball #949340

Tints of Highball #949340

Color information

#949340 (or 0x949340) is unknown color: approx Highball. HEX triplet: 94, 93 and 40. RGB value is (148,147,64). Sum of RGB (Red+Green+Blue) = 148+147+64=359 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.23% from 359); Green value is 147 (57.81% from 255 or 40.95% from 359); Blue value is 64 (25.39% from 255 or 17.83% from 359); Max value from RGB is 148 - color contains mainly: red. Hex color #949340 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949340 is #6B6CBF. Grayscale: #8A8A8A. Windows color (decimal): -7040192 or 4232084. OLE color: 4232084.

HSL color Cylindrical-coordinate representation of color #949340: 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 #949340 is Cyan = 0, Magento = 0.01, Yellow = 0.57 and Black (K on CMYK) = 0.42.

Color convert

RGB14814764-
CMYK00.010.570.42
HSL59.29º39.62%41.57%-
HSV(B)59.29º56.76%58.04%-
XYZ23.5727.538.92-
YUV137.8486.33135.25-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.23%
GREEN value IS 147 (57.81% from 255) = 40.95%
BLUE value IS 64 (25.39% from 255) = 17.83%
R=41.23%
G=40.95%
B=17.83%

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
Decimal1481476400.010.570.4259.2939.6241.57
Hex94934001392A3b282a
Octal224223100017152735052
Binary1001010010010011100000001111001101010111011101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949340; }

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

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

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

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

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

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

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

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