#949448

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

Shades of Highball #949448

Tints of Highball #949448

Color information

#949448 (or 0x949448) is unknown color: approx Highball. HEX triplet: 94, 94 and 48. RGB value is (148,148,72). Sum of RGB (Red+Green+Blue) = 148+148+72=368 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.22% from 368); Green value is 148 (58.20% from 255 or 40.22% from 368); Blue value is 72 (28.52% from 255 or 19.57% from 368); Max value from RGB is 148 - color contains mainly: red, green. Hex color #949448 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949448 is #6B6BB7. Grayscale: #8B8B8B. Windows color (decimal): -7039928 or 4756628. OLE color: 4756628.

HSL color Cylindrical-coordinate representation of color #949448: 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.51%. Process color model (Four color, CMYK) of #949448 is Cyan = 0, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB14814872-
CMYK000.510.42
HSL60º34.55%43.14%-
HSV(B)60º51.35%58.04%-
XYZ23.9727.9410.26-
YUV139.3490134.18-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.22%
GREEN value IS 148 (58.20% from 255) = 40.22%
BLUE value IS 72 (28.52% from 255) = 19.57%
R=40.22%
G=40.22%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14814872000.510.426034.5543.14
Hex94944800332A3c232b
Octal224224110006352744353
Binary1001010010010100100100000110011101010111100100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949448; }

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

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

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

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

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

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

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

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