#93815D

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

Shades of Granite Green #93815D

Tints of Granite Green #93815D

Color information

#93815D (or 0x93815D) is unknown color: approx Granite Green. HEX triplet: 93, 81 and 5D. RGB value is (147,129,93). Sum of RGB (Red+Green+Blue) = 147+129+93=369 (48% of max value = 765). Red value is 147 (57.81% from 255 or 39.84% from 369); Green value is 129 (50.78% from 255 or 34.96% from 369); Blue value is 93 (36.72% from 255 or 25.20% from 369); Max value from RGB is 147 - color contains mainly: red. Hex color #93815D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93815D is #6C7EA2. Grayscale: #828282. Windows color (decimal): -7110307 or 6128019. OLE color: 6128019.

HSL color Cylindrical-coordinate representation of color #93815D: hue angle of 40º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #93815D is Cyan = 0, Magento = 0.12, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB14712993-
CMYK00.120.370.42
HSL40º22.5%47.06%-
HSV(B)40º36.73%57.65%-
XYZ21.8622.6913.58-
YUV130.28106.96139.93-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.84%
GREEN value IS 129 (50.78% from 255) = 34.96%
BLUE value IS 93 (36.72% from 255) = 25.20%
R=39.84%
G=34.96%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471299300.120.370.424022.547.06
Hex93815D0C252A28172f
Octal2232011350144552502757
Binary100100111000000110111010110010010110101010100010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93815D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,129,93); }

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

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

 a { background-color: rgb(147,129,93); }

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

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

 span { border-color: rgb(147,129,93); }

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