#938363

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

Shades of Granite Green #938363

Tints of Granite Green #938363

Color information

#938363 (or 0x938363) is unknown color: approx Granite Green. HEX triplet: 93, 83 and 63. RGB value is (147,131,99). Sum of RGB (Red+Green+Blue) = 147+131+99=377 (49% of max value = 765). Red value is 147 (57.81% from 255 or 38.99% from 377); Green value is 131 (51.56% from 255 or 34.75% from 377); Blue value is 99 (39.06% from 255 or 26.26% from 377); Max value from RGB is 147 - color contains mainly: red. Hex color #938363 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938363 is #6C7C9C. Grayscale: #848484. Windows color (decimal): -7109789 or 6521747. OLE color: 6521747.

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

Color convert

RGB14713199-
CMYK00.110.330.42
HSL40º19.51%48.24%-
HSV(B)40º32.65%57.65%-
XYZ22.423.3415.13-
YUV132.14109.3138.6-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.99%
GREEN value IS 131 (51.56% from 255) = 34.75%
BLUE value IS 99 (39.06% from 255) = 26.26%
R=38.99%
G=34.75%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471319900.110.330.424019.5148.24
Hex9383630B212A281430
Octal2232031430134152502460
Binary100100111000001111000110101110000110101010100010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938363; }

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

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

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

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

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

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

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

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