#918563

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

Shades of Granite Green #918563

Tints of Granite Green #918563

Color information

#918563 (or 0x918563) is unknown color: approx Granite Green. HEX triplet: 91, 85 and 63. RGB value is (145,133,99). Sum of RGB (Red+Green+Blue) = 145+133+99=377 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.46% from 377); Green value is 133 (52.34% from 255 or 35.28% from 377); Blue value is 99 (39.06% from 255 or 26.26% from 377); Max value from RGB is 145 - color contains mainly: red. Hex color #918563 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918563 is #6E7A9C. Grayscale: #848484. Windows color (decimal): -7240349 or 6522257. OLE color: 6522257.

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

Color convert

RGB14513399-
CMYK00.080.320.43
HSL44.35º18.85%47.84%-
HSV(B)44.35º31.72%56.86%-
XYZ22.3223.715.2-
YUV132.71108.98136.76-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.46%
GREEN value IS 133 (52.34% from 255) = 35.28%
BLUE value IS 99 (39.06% from 255) = 26.26%
R=38.46%
G=35.28%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.32
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451339900.080.320.4344.3518.8547.84
Hex91856308202B2c1330
Octal2212051430104053542360
Binary100100011000010111000110100010000010101110110010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918563; }

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

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

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

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

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

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

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

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