#958362

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

Shades of Granite Green #958362

Tints of Granite Green #958362

Color information

#958362 (or 0x958362) is unknown color: approx Granite Green. HEX triplet: 95, 83 and 62. RGB value is (149,131,98). Sum of RGB (Red+Green+Blue) = 149+131+98=378 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.42% from 378); Green value is 131 (51.56% from 255 or 34.66% from 378); Blue value is 98 (38.67% from 255 or 25.93% from 378); Max value from RGB is 149 - color contains mainly: red. Hex color #958362 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958362 is #6A7C9D. Grayscale: #848484. Windows color (decimal): -6978718 or 6456213. OLE color: 6456213.

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

Color convert

RGB14913198-
CMYK00.120.340.42
HSL38.82º20.65%48.43%-
HSV(B)38.82º34.23%58.43%-
XYZ22.7223.514.89-
YUV132.62108.46139.68-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.42%
GREEN value IS 131 (51.56% from 255) = 34.66%
BLUE value IS 98 (38.67% from 255) = 25.93%
R=39.42%
G=34.66%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491319800.120.340.4238.8220.6548.43
Hex9583620C222A271530
Octal2252031420144252472560
Binary100101011000001111000100110010001010101010011110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958362; }

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

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

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

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

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

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

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

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