#938365

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

Shades of Granite Green #938365

Tints of Granite Green #938365

Color information

#938365 (or 0x938365) is unknown color: approx Granite Green. HEX triplet: 93, 83 and 65. RGB value is (147,131,101). Sum of RGB (Red+Green+Blue) = 147+131+101=379 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.79% from 379); Green value is 131 (51.56% from 255 or 34.56% from 379); Blue value is 101 (39.84% from 255 or 26.65% from 379); Max value from RGB is 147 - color contains mainly: red. Hex color #938365 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938365 is #6C7C9A. Grayscale: #848484. Windows color (decimal): -7109787 or 6652819. OLE color: 6652819.

HSL color Cylindrical-coordinate representation of color #938365: hue angle of 39.13º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #938365 is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.42.

Color convert

RGB147131101-
CMYK00.110.310.42
HSL39.13º18.55%48.63%-
HSV(B)39.13º31.29%57.65%-
XYZ22.523.3815.64-
YUV132.36110.3138.44-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.79%
GREEN value IS 131 (51.56% from 255) = 34.56%
BLUE value IS 101 (39.84% from 255) = 26.65%
R=38.79%
G=34.56%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713110100.110.310.4239.1318.5548.63
Hex9383650B1F2A271331
Octal2232031450133752472361
Binary10010011100000111100101010111111110101010011110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938365; }

 p { color: rgb(147,131,101); }

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

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

 a { background-color: rgb(147,131,101); }

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

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

 span { border-color: rgb(147,131,101); }

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