#8D8264

Color #8D8264 Granite Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granite Green #8D8264

Tints of Granite Green #8D8264

Color information

#8D8264 (or 0x8D8264) is unknown color: approx Granite Green. HEX triplet: 8D, 82 and 64. RGB value is (141,130,100). Sum of RGB (Red+Green+Blue) = 141+130+100=371 (49% of max value = 765). Red value is 141 (55.47% from 255 or 38.01% from 371); Green value is 130 (51.17% from 255 or 35.04% from 371); Blue value is 100 (39.45% from 255 or 26.95% from 371); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8264 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8264 is #727D9B. Grayscale: #828282. Windows color (decimal): -7503260 or 6587021. OLE color: 6587021.

HSL color Cylindrical-coordinate representation of color #8D8264: hue angle of 43.9º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8D8264 is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.45.

Color convert

RGB141130100-
CMYK00.080.290.45
HSL43.9º17.01%47.25%-
HSV(B)43.9º29.08%55.29%-
XYZ21.2722.5515.29-
YUV129.87111.14135.94-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 38.01%
GREEN value IS 130 (51.17% from 255) = 35.04%
BLUE value IS 100 (39.45% from 255) = 26.95%
R=38.01%
G=35.04%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.29
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14113010000.080.290.4543.917.0147.25
Hex8D8264081D2D2c112f
Octal2152021440103555542157
Binary10001101100000101100100010001110110110110110010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D8264; }

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

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

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

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

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

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

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

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