#918460

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

Shades of Granite Green #918460

Tints of Granite Green #918460

Color information

#918460 (or 0x918460) is unknown color: approx Granite Green. HEX triplet: 91, 84 and 60. RGB value is (145,132,96). Sum of RGB (Red+Green+Blue) = 145+132+96=373 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.87% from 373); Green value is 132 (51.95% from 255 or 35.39% from 373); Blue value is 96 (37.89% from 255 or 25.74% from 373); Max value from RGB is 145 - color contains mainly: red. Hex color #918460 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918460 is #6E7B9F. Grayscale: #838383. Windows color (decimal): -7240608 or 6325393. OLE color: 6325393.

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

Color convert

RGB14513296-
CMYK00.090.340.43
HSL44.08º20.33%47.25%-
HSV(B)44.08º33.79%56.86%-
XYZ22.0423.3714.41-
YUV131.78107.81137.43-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.87%
GREEN value IS 132 (51.95% from 255) = 35.39%
BLUE value IS 96 (37.89% from 255) = 25.74%
R=38.87%
G=35.39%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.34
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451329600.090.340.4344.0820.3347.25
Hex91846009222B2c142f
Octal2212041400114253542457
Binary100100011000010011000000100110001010101110110010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918460; }

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

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

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

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

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

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

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

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