#918360

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

Shades of Granite Green #918360

Tints of Granite Green #918360

Color information

#918360 (or 0x918360) is unknown color: approx Granite Green. HEX triplet: 91, 83 and 60. RGB value is (145,131,96). Sum of RGB (Red+Green+Blue) = 145+131+96=372 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.98% from 372); Green value is 131 (51.56% from 255 or 35.22% from 372); Blue value is 96 (37.89% from 255 or 25.81% from 372); Max value from RGB is 145 - color contains mainly: red. Hex color #918360 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918360 is #6E7C9F. Grayscale: #838383. Windows color (decimal): -7240864 or 6325137. OLE color: 6325137.

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

Color convert

RGB14513196-
CMYK00.100.340.43
HSL42.86º20.33%47.25%-
HSV(B)42.86º33.79%56.86%-
XYZ21.923.114.37-
YUV131.2108.14137.85-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.98%
GREEN value IS 131 (51.56% from 255) = 35.22%
BLUE value IS 96 (37.89% from 255) = 25.81%
R=38.98%
G=35.22%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.34
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451319600.100.340.4342.8620.3347.25
Hex9183600A222B2b142f
Octal2212031400124253532457
Binary100100011000001111000000101010001010101110101110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918360; }

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

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

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

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

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

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

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

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