#949447

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

Shades of Highball #949447

Tints of Highball #949447

Color information

#949447 (or 0x949447) is unknown color: approx Highball. HEX triplet: 94, 94 and 47. RGB value is (148,148,71). Sum of RGB (Red+Green+Blue) = 148+148+71=367 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.33% from 367); Green value is 148 (58.20% from 255 or 40.33% from 367); Blue value is 71 (28.12% from 255 or 19.35% from 367); Max value from RGB is 148 - color contains mainly: red, green. Hex color #949447 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949447 is #6B6BB8. Grayscale: #8B8B8B. Windows color (decimal): -7039929 or 4691092. OLE color: 4691092.

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

Color convert

RGB14814871-
CMYK000.520.42
HSL60º35.16%42.94%-
HSV(B)60º52.03%58.04%-
XYZ23.9427.9310.09-
YUV139.2289.5134.26-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.33%
GREEN value IS 148 (58.20% from 255) = 40.33%
BLUE value IS 71 (28.12% from 255) = 19.35%
R=40.33%
G=40.33%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14814871000.520.426035.1642.94
Hex94944700342A3c232b
Octal224224107006452744353
Binary1001010010010100100011100110100101010111100100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949447; }

 p { color: rgb(148,148,71); }

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

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

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

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

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

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

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