#839490

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

Shades of Granny Smith #839490

Tints of Granny Smith #839490

Color information

#839490 (or 0x839490) is unknown color: approx Granny Smith. HEX triplet: 83, 94 and 90. RGB value is (131,148,144). Sum of RGB (Red+Green+Blue) = 131+148+144=423 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.97% from 423); Green value is 148 (58.20% from 255 or 34.99% from 423); Blue value is 144 (56.64% from 255 or 34.04% from 423); Max value from RGB is 148 - color contains mainly: green. Hex color #839490 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839490 is #7C6B6F. Grayscale: #8E8E8E. Windows color (decimal): -8153968 or 9475203. OLE color: 9475203.

HSL color Cylindrical-coordinate representation of color #839490: hue angle of 165.88º 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 #839490 is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB131148144-
CMYK0.1100.030.42
HSL165.88º7.36%54.71%-
HSV(B)165.88º11.49%58.04%-
XYZ24.9828.0230.48-
YUV142.46128.87119.83-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.97%
GREEN value IS 148 (58.20% from 255) = 34.99%
BLUE value IS 144 (56.64% from 255) = 34.04%
R=30.97%
G=34.99%
B=34.04%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1311481440.1100.030.42165.887.3654.71
Hex839490B032Aa6737
Octal203224220130352246767
Binary100000111001010010010000101101110101010100110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #839490; }

 p { color: rgb(131,148,144); }

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

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

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

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

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

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

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