#918463

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

Shades of Granite Green #918463

Tints of Granite Green #918463

Color information

#918463 (or 0x918463) is unknown color: approx Granite Green. HEX triplet: 91, 84 and 63. RGB value is (145,132,99). Sum of RGB (Red+Green+Blue) = 145+132+99=376 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.56% from 376); Green value is 132 (51.95% from 255 or 35.11% from 376); Blue value is 99 (39.06% from 255 or 26.33% from 376); Max value from RGB is 145 - color contains mainly: red. Hex color #918463 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918463 is #6E7B9C. Grayscale: #848484. Windows color (decimal): -7240605 or 6522001. OLE color: 6522001.

HSL color Cylindrical-coordinate representation of color #918463: hue angle of 43.04º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #918463 is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.43.

Color convert

RGB14513299-
CMYK00.090.320.43
HSL43.04º18.85%47.84%-
HSV(B)43.04º31.72%56.86%-
XYZ22.1823.4215.16-
YUV132.12109.31137.18-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.56%
GREEN value IS 132 (51.95% from 255) = 35.11%
BLUE value IS 99 (39.06% from 255) = 26.33%
R=38.56%
G=35.11%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.32
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451329900.090.320.4343.0418.8547.84
Hex91846309202B2b1330
Octal2212041430114053532360
Binary100100011000010011000110100110000010101110101110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918463; }

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

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

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

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

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

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

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

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