#91835D

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

Shades of Granite Green #91835D

Tints of Granite Green #91835D

Color information

#91835D (or 0x91835D) is unknown color: approx Granite Green. HEX triplet: 91, 83 and 5D. RGB value is (145,131,93). Sum of RGB (Red+Green+Blue) = 145+131+93=369 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.30% from 369); Green value is 131 (51.56% from 255 or 35.50% from 369); Blue value is 93 (36.72% from 255 or 25.20% from 369); Max value from RGB is 145 - color contains mainly: red. Hex color #91835D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91835D is #6E7CA2. Grayscale: #838383. Windows color (decimal): -7240867 or 6128529. OLE color: 6128529.

HSL color Cylindrical-coordinate representation of color #91835D: hue angle of 43.85º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #91835D is Cyan = 0, Magento = 0.10, Yellow = 0.36 and Black (K on CMYK) = 0.43.

Color convert

RGB14513193-
CMYK00.100.360.43
HSL43.85º21.85%46.67%-
HSV(B)43.85º35.86%56.86%-
XYZ21.7723.0413.66-
YUV130.85106.64138.09-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 39.30%
GREEN value IS 131 (51.56% from 255) = 35.50%
BLUE value IS 93 (36.72% from 255) = 25.20%
R=39.30%
G=35.50%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.36
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451319300.100.360.4343.8521.8546.67
Hex91835D0A242B2c162f
Octal2212031350124453542657
Binary100100011000001110111010101010010010101110110010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91835D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91835D; }

 p { color: rgb(145,131,93); }

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

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

 a { background-color: rgb(145,131,93); }

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

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

 span { border-color: rgb(145,131,93); }

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