#958564

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

Shades of Granite Green #958564

Tints of Granite Green #958564

Color information

#958564 (or 0x958564) is unknown color: approx Granite Green. HEX triplet: 95, 85 and 64. RGB value is (149,133,100). Sum of RGB (Red+Green+Blue) = 149+133+100=382 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.01% from 382); Green value is 133 (52.34% from 255 or 34.82% from 382); Blue value is 100 (39.45% from 255 or 26.18% from 382); Max value from RGB is 149 - color contains mainly: red. Hex color #958564 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958564 is #6A7A9B. Grayscale: #868686. Windows color (decimal): -6978204 or 6587797. OLE color: 6587797.

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

Color convert

RGB149133100-
CMYK00.110.330.42
HSL40.41º19.68%48.82%-
HSV(B)40.41º32.89%58.43%-
XYZ23.0824.0815.49-
YUV134.02108.8138.68-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.01%
GREEN value IS 133 (52.34% from 255) = 34.82%
BLUE value IS 100 (39.45% from 255) = 26.18%
R=39.01%
G=34.82%
B=26.18%

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
Decimal14913310000.110.330.4240.4119.6848.82
Hex9585640B212A281431
Octal2252051440134152502461
Binary100101011000010111001000101110000110101010100010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958564; }

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

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

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

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

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

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

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

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