#838584

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

Shades of Granny Smith #838584

Tints of Granny Smith #838584

Color information

#838584 (or 0x838584) is unknown color: approx Granny Smith. HEX triplet: 83, 85 and 84. RGB value is (131,133,132). Sum of RGB (Red+Green+Blue) = 131+133+132=396 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.08% from 396); Green value is 133 (52.34% from 255 or 33.59% from 396); Blue value is 132 (51.95% from 255 or 33.33% from 396); Max value from RGB is 133 - color contains mainly: green. Hex color #838584 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838584 is #7C7A7B. Grayscale: #848484. Windows color (decimal): -8157820 or 8684931. OLE color: 8684931.

HSL color Cylindrical-coordinate representation of color #838584: hue angle of 150º degrees, saturation: 0.01, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #838584 is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.48.

Color convert

RGB131133132-
CMYK0.0200.010.48
HSL150º0.81%51.76%-
HSV(B)150º1.5%52.16%-
XYZ21.9123.2725.17-
YUV132.29127.84127.08-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.08%
GREEN value IS 133 (52.34% from 255) = 33.59%
BLUE value IS 132 (51.95% from 255) = 33.33%
R=33.08%
G=33.59%
B=33.33%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1311331320.0200.010.481500.8151.76
Hex8385842013096134
Octal20320520420160226164
Binary1000001110000101100001001001110000100101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838584; }

 p { color: rgb(131,133,132); }

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

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

 a { background-color: rgb(131,133,132); }

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

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

 span { border-color: rgb(131,133,132); }

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