#958562

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

Shades of Granite Green #958562

Tints of Granite Green #958562

Color information

#958562 (or 0x958562) is unknown color: approx Granite Green. HEX triplet: 95, 85 and 62. RGB value is (149,133,98). Sum of RGB (Red+Green+Blue) = 149+133+98=380 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.21% from 380); Green value is 133 (52.34% from 255 or 35% from 380); Blue value is 98 (38.67% from 255 or 25.79% from 380); Max value from RGB is 149 - color contains mainly: red. Hex color #958562 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958562 is #6A7A9D. Grayscale: #858585. Windows color (decimal): -6978206 or 6456725. OLE color: 6456725.

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

Color convert

RGB14913398-
CMYK00.110.340.42
HSL41.18º20.65%48.43%-
HSV(B)41.18º34.23%58.43%-
XYZ22.9924.0514.99-
YUV133.79107.8138.85-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.21%
GREEN value IS 133 (52.34% from 255) = 35%
BLUE value IS 98 (38.67% from 255) = 25.79%
R=39.21%
G=35%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491339800.110.340.4241.1820.6548.43
Hex9585620B222A291530
Octal2252051420134252512560
Binary100101011000010111000100101110001010101010100110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958562; }

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

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

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

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

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

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

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

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