#93815E

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

Shades of Granite Green #93815E

Tints of Granite Green #93815E

Color information

#93815E (or 0x93815E) is unknown color: approx Granite Green. HEX triplet: 93, 81 and 5E. RGB value is (147,129,94). Sum of RGB (Red+Green+Blue) = 147+129+94=370 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.73% from 370); Green value is 129 (50.78% from 255 or 34.86% from 370); Blue value is 94 (37.11% from 255 or 25.41% from 370); Max value from RGB is 147 - color contains mainly: red. Hex color #93815E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93815E is #6C7EA1. Grayscale: #828282. Windows color (decimal): -7110306 or 6193555. OLE color: 6193555.

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

Color convert

RGB14712994-
CMYK00.120.360.42
HSL39.62º21.99%47.25%-
HSV(B)39.62º36.05%57.65%-
XYZ21.922.7113.82-
YUV130.39107.46139.85-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.73%
GREEN value IS 129 (50.78% from 255) = 34.86%
BLUE value IS 94 (37.11% from 255) = 25.41%
R=39.73%
G=34.86%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471299400.120.360.4239.6221.9947.25
Hex93815E0C242A28162f
Octal2232011360144452502657
Binary100100111000000110111100110010010010101010100010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93815E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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