#918265

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

Shades of Granite Green #918265

Tints of Granite Green #918265

Color information

#918265 (or 0x918265) is unknown color: approx Granite Green. HEX triplet: 91, 82 and 65. RGB value is (145,130,101). Sum of RGB (Red+Green+Blue) = 145+130+101=376 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.56% from 376); Green value is 130 (51.17% from 255 or 34.57% from 376); Blue value is 101 (39.84% from 255 or 26.86% from 376); Max value from RGB is 145 - color contains mainly: red. Hex color #918265 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918265 is #6E7D9A. Grayscale: #838383. Windows color (decimal): -7241115 or 6652561. OLE color: 6652561.

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

Color convert

RGB145130101-
CMYK00.100.300.43
HSL39.55º17.89%48.24%-
HSV(B)39.55º30.34%56.86%-
XYZ22.0122.9215.58-
YUV131.18110.97137.86-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.56%
GREEN value IS 130 (51.17% from 255) = 34.57%
BLUE value IS 101 (39.84% from 255) = 26.86%
R=38.56%
G=34.57%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.30
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14513010100.100.300.4339.5517.8948.24
Hex9182650A1E2B281230
Octal2212021450123653502260
Binary10010001100000101100101010101111010101110100010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918265; }

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

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

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

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

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

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

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

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