#958B5D

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

Shades of Granite Green #958B5D

Tints of Granite Green #958B5D

Color information

#958B5D (or 0x958B5D) is unknown color: approx Granite Green. HEX triplet: 95, 8B and 5D. RGB value is (149,139,93). Sum of RGB (Red+Green+Blue) = 149+139+93=381 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.11% from 381); Green value is 139 (54.69% from 255 or 36.48% from 381); Blue value is 93 (36.72% from 255 or 24.41% from 381); Max value from RGB is 149 - color contains mainly: red. Hex color #958B5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958B5D is #6A74A2. Grayscale: #888888. Windows color (decimal): -6976675 or 6130581. OLE color: 6130581.

HSL color Cylindrical-coordinate representation of color #958B5D: hue angle of 49.29º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #958B5D is Cyan = 0, Magento = 0.07, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB14913993-
CMYK00.070.380.42
HSL49.29º23.14%47.45%-
HSV(B)49.29º37.58%58.43%-
XYZ23.625.6514.06-
YUV136.75103.31136.74-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.11%
GREEN value IS 139 (54.69% from 255) = 36.48%
BLUE value IS 93 (36.72% from 255) = 24.41%
R=39.11%
G=36.48%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491399300.070.380.4249.2923.1447.45
Hex958B5D07262A31172f
Octal225213135074652612757
Binary10010101100010111011101011110011010101011000110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958B5D; }

 p { color: rgb(149,139,93); }

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

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

 a { background-color: rgb(149,139,93); }

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

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

 span { border-color: rgb(149,139,93); }

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