Shades of Granite Green #95835D
Tints of Granite Green #95835D
RGB
CMYK
RGB Variations
Color information
#95835D (or 0x95835D) is known color: Granite Green. HEX triplet: 95, 83 and 5D. RGB value is (149,131,93). Sum of RGB (Red+Green+Blue) = 149+131+93=373 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.95% from 373); Green value is 131 (51.56% from 255 or 35.12% from 373); Blue value is 93 (36.72% from 255 or 24.93% from 373); Max value from RGB is 149 - color contains mainly: red. Hex color #95835D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95835D is #6A7CA2. Grayscale: #848484. Windows color (decimal): -6978723 or 6128533. OLE color: 6128533.
HSL color Cylindrical-coordinate representation of color #95835D: hue angle of 40.71º 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 #95835D is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 131 | 93 | - |
| CMYK | 0 | 0.12 | 0.38 | 0.42 |
| HSL | 40.71º | 0.23% | 0.47% | - |
| HSV(B) | 40.71º | 0.38% | 0.58% | - |
| XYZ | 22.49 | 23.41 | 13.69 | - |
| YUV | 132.05 | 105.96 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 131 | 93 | 0 | 0.12 | 0.38 | 0.42 | 40.71 | 0.23 | 0.47 |
| Hex | 95 | 83 | 5D | 0 | C | 26 | 2A | 29 | 17 | 2F |
| Octal | 225 | 203 | 135 | 0 | 14 | 46 | 52 | 51 | 27 | 57 |
| Binary | 10010101 | 10000011 | 1011101 | 0 | 1100 | 100110 | 101010 | 101001 | 10111 | 101111 |
Color Harmonies of #95835D
Complementary color
Monochromatic Colors of #95835D
Black with #95835D
Text Example
Text Example
White with #95835D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95835D; }
p { color: rgb(149,131,93); }
H1.HeaderClassName
{
color: #95835D;
}
.AnyTagClassName
{
color: #95835D;
}
</style>
background-color css
<style>
a { background-color: #95835D; }
a { background-color: rgb(149,131,93); }
div.DivClassName
{
background-color: #95835D;
}
.BgClassName
{
background-color: #95835D;
}
</style>
border-color css
<style>
span { border-color: #95835D; }
span { border-color: rgb(149,131,93); }
td.TdClassName
{
border-color: #95835D;
}
.TagClassName
{
border-color: #95835D;
}
</style>