#82938D

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

Shades of Granny Smith #82938D

Tints of Granny Smith #82938D

Color information

#82938D (or 0x82938D) is unknown color: approx Granny Smith. HEX triplet: 82, 93 and 8D. RGB value is (130,147,141). Sum of RGB (Red+Green+Blue) = 130+147+141=418 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.10% from 418); Green value is 147 (57.81% from 255 or 35.17% from 418); Blue value is 141 (55.47% from 255 or 33.73% from 418); Max value from RGB is 147 - color contains mainly: green. Hex color #82938D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82938D is #7D6C72. Grayscale: #8D8D8D. Windows color (decimal): -8219763 or 9278338. OLE color: 9278338.

HSL color Cylindrical-coordinate representation of color #82938D: hue angle of 158.82º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #82938D is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB130147141-
CMYK0.1200.040.42
HSL158.82º7.3%54.31%-
HSV(B)158.82º11.56%57.65%-
XYZ24.4527.5429.23-
YUV141.23127.87119.99-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.10%
GREEN value IS 147 (57.81% from 255) = 35.17%
BLUE value IS 141 (55.47% from 255) = 33.73%
R=31.10%
G=35.17%
B=33.73%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1301471410.1200.040.42158.827.354.31
Hex82938DC042A9f736
Octal202223215140452237766
Binary1000001010010011100011011100010010101010011111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82938D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82938D; }

 p { color: rgb(130,147,141); }

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

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

 a { background-color: rgb(130,147,141); }

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

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

 span { border-color: rgb(130,147,141); }

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