#958465

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

Shades of Granite Green #958465

Tints of Granite Green #958465

Color information

#958465 (or 0x958465) is unknown color: approx Granite Green. HEX triplet: 95, 84 and 65. RGB value is (149,132,101). Sum of RGB (Red+Green+Blue) = 149+132+101=382 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.01% from 382); Green value is 132 (51.95% from 255 or 34.55% from 382); Blue value is 101 (39.84% from 255 or 26.44% from 382); Max value from RGB is 149 - color contains mainly: red. Hex color #958465 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958465 is #6A7B9A. Grayscale: #858585. Windows color (decimal): -6978459 or 6653077. OLE color: 6653077.

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

Color convert

RGB149132101-
CMYK00.110.320.42
HSL38.75º19.2%49.02%-
HSV(B)38.75º32.21%58.43%-
XYZ22.9923.8315.7-
YUV133.55109.63139.02-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.01%
GREEN value IS 132 (51.95% from 255) = 34.55%
BLUE value IS 101 (39.84% from 255) = 26.44%
R=39.01%
G=34.55%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913210100.110.320.4238.7519.249.02
Hex9584650B202A271331
Octal2252041450134052472361
Binary100101011000010011001010101110000010101010011110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958465; }

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

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

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

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

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

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

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

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