#849491

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

Shades of Granny Smith #849491

Tints of Granny Smith #849491

Color information

#849491 (or 0x849491) is unknown color: approx Granny Smith. HEX triplet: 84, 94 and 91. RGB value is (132,148,145). Sum of RGB (Red+Green+Blue) = 132+148+145=425 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.06% from 425); Green value is 148 (58.20% from 255 or 34.82% from 425); Blue value is 145 (57.03% from 255 or 34.12% from 425); Max value from RGB is 148 - color contains mainly: green. Hex color #849491 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849491 is #7B6B6E. Grayscale: #8E8E8E. Windows color (decimal): -8088431 or 9540740. OLE color: 9540740.

HSL color Cylindrical-coordinate representation of color #849491: hue angle of 168.75º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #849491 is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB132148145-
CMYK0.1100.020.42
HSL168.75º6.96%54.9%-
HSV(B)168.75º10.81%58.04%-
XYZ25.2228.1330.89-
YUV142.87129.2120.24-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.06%
GREEN value IS 148 (58.20% from 255) = 34.82%
BLUE value IS 145 (57.03% from 255) = 34.12%
R=31.06%
G=34.82%
B=34.12%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1321481450.1100.020.42168.756.9654.9
Hex849491B022Aa9737
Octal204224221130252251767
Binary100001001001010010010001101101010101010101001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849491; }

 p { color: rgb(132,148,145); }

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

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

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

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

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

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

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