#918261

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

Shades of Granite Green #918261

Tints of Granite Green #918261

Color information

#918261 (or 0x918261) is unknown color: approx Granite Green. HEX triplet: 91, 82 and 61. RGB value is (145,130,97). Sum of RGB (Red+Green+Blue) = 145+130+97=372 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.98% from 372); Green value is 130 (51.17% from 255 or 34.95% from 372); Blue value is 97 (38.28% from 255 or 26.08% from 372); Max value from RGB is 145 - color contains mainly: red. Hex color #918261 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918261 is #6E7D9E. Grayscale: #828282. Windows color (decimal): -7241119 or 6390417. OLE color: 6390417.

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

Color convert

RGB14513097-
CMYK00.100.330.43
HSL41.25º19.83%47.45%-
HSV(B)41.25º33.1%56.86%-
XYZ21.8222.8514.57-
YUV130.72108.97138.18-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.98%
GREEN value IS 130 (51.17% from 255) = 34.95%
BLUE value IS 97 (38.28% from 255) = 26.08%
R=38.98%
G=34.95%
B=26.08%

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
Decimal1451309700.100.330.4341.2519.8347.45
Hex9182610A212B29142f
Octal2212021410124153512457
Binary100100011000001011000010101010000110101110100110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918261; }

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

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

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

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

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

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

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

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