#958464

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

Shades of Granite Green #958464

Tints of Granite Green #958464

Color information

#958464 (or 0x958464) is unknown color: approx Granite Green. HEX triplet: 95, 84 and 64. RGB value is (149,132,100). Sum of RGB (Red+Green+Blue) = 149+132+100=381 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.11% from 381); Green value is 132 (51.95% from 255 or 34.65% from 381); Blue value is 100 (39.45% from 255 or 26.25% from 381); Max value from RGB is 149 - color contains mainly: red. Hex color #958464 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958464 is #6A7B9B. Grayscale: #858585. Windows color (decimal): -6978460 or 6587541. OLE color: 6587541.

HSL color Cylindrical-coordinate representation of color #958464: hue angle of 39.18º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #958464 is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.42.

Color convert

RGB149132100-
CMYK00.110.330.42
HSL39.18º19.68%48.82%-
HSV(B)39.18º32.89%58.43%-
XYZ22.9523.8115.44-
YUV133.44109.13139.1-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.11%
GREEN value IS 132 (51.95% from 255) = 34.65%
BLUE value IS 100 (39.45% from 255) = 26.25%
R=39.11%
G=34.65%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913210000.110.330.4239.1819.6848.82
Hex9584640B212A271431
Octal2252041440134152472461
Binary100101011000010011001000101110000110101010011110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958464; }

 p { color: rgb(149,132,100); }

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

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

 a { background-color: rgb(149,132,100); }

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

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

 span { border-color: rgb(149,132,100); }

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