#95845F

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

Shades of Granite Green #95845F

Tints of Granite Green #95845F

Color information

#95845F (or 0x95845F) is unknown color: approx Granite Green. HEX triplet: 95, 84 and 5F. RGB value is (149,132,95). Sum of RGB (Red+Green+Blue) = 149+132+95=376 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.63% from 376); Green value is 132 (51.95% from 255 or 35.11% from 376); Blue value is 95 (37.5% from 255 or 25.27% from 376); Max value from RGB is 149 - color contains mainly: red. Hex color #95845F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95845F is #6A7BA0. Grayscale: #858585. Windows color (decimal): -6978465 or 6259861. OLE color: 6259861.

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

Color convert

RGB14913295-
CMYK00.110.360.42
HSL41.11º22.13%47.84%-
HSV(B)41.11º36.24%58.43%-
XYZ22.7123.7214.21-
YUV132.86106.63139.51-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.63%
GREEN value IS 132 (51.95% from 255) = 35.11%
BLUE value IS 95 (37.5% from 255) = 25.27%
R=39.63%
G=35.11%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491329500.110.360.4241.1122.1347.84
Hex95845F0B242A291630
Octal2252041370134452512660
Binary100101011000010010111110101110010010101010100110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95845F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95845F; }

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

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

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

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

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

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

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

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