#919241

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

Shades of Highball #919241

Tints of Highball #919241

Color information

#919241 (or 0x919241) is unknown color: approx Highball. HEX triplet: 91, 92 and 41. RGB value is (145,146,65). Sum of RGB (Red+Green+Blue) = 145+146+65=356 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.73% from 356); Green value is 146 (57.42% from 255 or 41.01% from 356); Blue value is 65 (25.78% from 255 or 18.26% from 356); Max value from RGB is 146 - color contains mainly: green. Hex color #919241 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #919241 is #6E6DBE. Grayscale: #888888. Windows color (decimal): -7237055 or 4297361. OLE color: 4297361.

HSL color Cylindrical-coordinate representation of color #919241: hue angle of 60.74º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #919241 is Cyan = 0.01, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.43.

Color convert

RGB14514665-
CMYK0.0100.550.43
HSL60.74º38.39%41.37%-
HSV(B)60.74º55.48%57.25%-
XYZ22.9126.969-
YUV136.4787.67134.09-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.73%
GREEN value IS 146 (57.42% from 255) = 41.01%
BLUE value IS 65 (25.78% from 255) = 18.26%
R=40.73%
G=41.01%
B=18.26%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145146650.0100.550.4360.7438.3941.37
Hex91924110372B3d2629
Octal221222101106753754651
Binary1001000110010010100000110110111101011111101100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #919241; }

 p { color: rgb(145,146,65); }

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

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

 a { background-color: rgb(145,146,65); }

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

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

 span { border-color: rgb(145,146,65); }

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