#918361

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

Shades of Granite Green #918361

Tints of Granite Green #918361

Color information

#918361 (or 0x918361) is unknown color: approx Granite Green. HEX triplet: 91, 83 and 61. RGB value is (145,131,97). Sum of RGB (Red+Green+Blue) = 145+131+97=373 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.87% from 373); Green value is 131 (51.56% from 255 or 35.12% from 373); Blue value is 97 (38.28% from 255 or 26.01% from 373); Max value from RGB is 145 - color contains mainly: red. Hex color #918361 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918361 is #6E7C9E. Grayscale: #838383. Windows color (decimal): -7240863 or 6390673. OLE color: 6390673.

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

Color convert

RGB14513197-
CMYK00.100.330.43
HSL42.5º19.83%47.45%-
HSV(B)42.5º33.1%56.86%-
XYZ21.9523.1214.61-
YUV131.31108.64137.76-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.87%
GREEN value IS 131 (51.56% from 255) = 35.12%
BLUE value IS 97 (38.28% from 255) = 26.01%
R=38.87%
G=35.12%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.33
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451319700.100.330.4342.519.8347.45
Hex9183610A212B2b142f
Octal2212031410124153532457
Binary100100011000001111000010101010000110101110101110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918361; }

 p { color: rgb(145,131,97); }

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

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

 a { background-color: rgb(145,131,97); }

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

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

 span { border-color: rgb(145,131,97); }

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