#918465

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

Shades of Granite Green #918465

Tints of Granite Green #918465

Color information

#918465 (or 0x918465) is unknown color: approx Granite Green. HEX triplet: 91, 84 and 65. RGB value is (145,132,101). Sum of RGB (Red+Green+Blue) = 145+132+101=378 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.36% from 378); Green value is 132 (51.95% from 255 or 34.92% from 378); Blue value is 101 (39.84% from 255 or 26.72% from 378); Max value from RGB is 145 - color contains mainly: red. Hex color #918465 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918465 is #6E7B9A. Grayscale: #848484. Windows color (decimal): -7240603 or 6653073. OLE color: 6653073.

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

Color convert

RGB145132101-
CMYK00.090.300.43
HSL42.27º17.89%48.24%-
HSV(B)42.27º30.34%56.86%-
XYZ22.2823.4615.67-
YUV132.35110.31137.02-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.36%
GREEN value IS 132 (51.95% from 255) = 34.92%
BLUE value IS 101 (39.84% from 255) = 26.72%
R=38.36%
G=34.92%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.30
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14513210100.090.300.4342.2717.8948.24
Hex918465091E2B2a1230
Octal2212041450113653522260
Binary10010001100001001100101010011111010101110101010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918465; }

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

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

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

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

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

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

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

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