#918467

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

Shades of Granite Green #918467

Tints of Granite Green #918467

Color information

#918467 (or 0x918467) is unknown color: approx Granite Green. HEX triplet: 91, 84 and 67. RGB value is (145,132,103). Sum of RGB (Red+Green+Blue) = 145+132+103=380 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.16% from 380); Green value is 132 (51.95% from 255 or 34.74% from 380); Blue value is 103 (40.62% from 255 or 27.11% from 380); Max value from RGB is 145 - color contains mainly: red. Hex color #918467 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918467 is #6E7B98. Grayscale: #848484. Windows color (decimal): -7240601 or 6784145. OLE color: 6784145.

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

Color convert

RGB145132103-
CMYK00.090.290.43
HSL41.43º16.94%48.63%-
HSV(B)41.43º28.97%56.86%-
XYZ22.3823.516.19-
YUV132.58111.31136.86-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.16%
GREEN value IS 132 (51.95% from 255) = 34.74%
BLUE value IS 103 (40.62% from 255) = 27.11%
R=38.16%
G=34.74%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.29
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14513210300.090.290.4341.4316.9448.63
Hex918467091D2B291131
Octal2212041470113553512161
Binary10010001100001001100111010011110110101110100110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918467; }

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

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

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

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

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

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

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

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