#918565

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

Shades of Granite Green #918565

Tints of Granite Green #918565

Color information

#918565 (or 0x918565) is unknown color: approx Granite Green. HEX triplet: 91, 85 and 65. RGB value is (145,133,101). Sum of RGB (Red+Green+Blue) = 145+133+101=379 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.26% from 379); Green value is 133 (52.34% from 255 or 35.09% from 379); Blue value is 101 (39.84% from 255 or 26.65% from 379); Max value from RGB is 145 - color contains mainly: red. Hex color #918565 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918565 is #6E7A9A. Grayscale: #858585. Windows color (decimal): -7240347 or 6653329. OLE color: 6653329.

HSL color Cylindrical-coordinate representation of color #918565: hue angle of 43.64º 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 #918565 is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.43.

Color convert

RGB145133101-
CMYK00.080.300.43
HSL43.64º17.89%48.24%-
HSV(B)43.64º30.34%56.86%-
XYZ22.4123.7315.71-
YUV132.94109.98136.6-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.26%
GREEN value IS 133 (52.34% from 255) = 35.09%
BLUE value IS 101 (39.84% from 255) = 26.65%
R=38.26%
G=35.09%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.30
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14513310100.080.300.4343.6417.8948.24
Hex918565081E2B2c1230
Octal2212051450103653542260
Binary10010001100001011100101010001111010101110110010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918565; }

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

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

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

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

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

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

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

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