#93805F

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

Shades of Granite Green #93805F

Tints of Granite Green #93805F

Color information

#93805F (or 0x93805F) is unknown color: approx Granite Green. HEX triplet: 93, 80 and 5F. RGB value is (147,128,95). Sum of RGB (Red+Green+Blue) = 147+128+95=370 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.73% from 370); Green value is 128 (50.39% from 255 or 34.59% from 370); Blue value is 95 (37.5% from 255 or 25.68% from 370); Max value from RGB is 147 - color contains mainly: red. Hex color #93805F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93805F is #6C7FA0. Grayscale: #828282. Windows color (decimal): -7110561 or 6258835. OLE color: 6258835.

HSL color Cylindrical-coordinate representation of color #93805F: hue angle of 38.08º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #93805F is Cyan = 0, Magento = 0.13, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB14712895-
CMYK00.130.350.42
HSL38.08º21.49%47.45%-
HSV(B)38.08º35.37%57.65%-
XYZ21.8222.4714.01-
YUV129.92108.29140.18-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.73%
GREEN value IS 128 (50.39% from 255) = 34.59%
BLUE value IS 95 (37.5% from 255) = 25.68%
R=39.73%
G=34.59%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471289500.130.350.4238.0821.4947.45
Hex93805F0D232A26152f
Octal2232001370154352462557
Binary100100111000000010111110110110001110101010011010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93805F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,128,95); }

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

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

 a { background-color: rgb(147,128,95); }

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

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

 span { border-color: rgb(147,128,95); }

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