#928363

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

Shades of Granite Green #928363

Tints of Granite Green #928363

Color information

#928363 (or 0x928363) is unknown color: approx Granite Green. HEX triplet: 92, 83 and 63. RGB value is (146,131,99). Sum of RGB (Red+Green+Blue) = 146+131+99=376 (49% of max value = 765). Red value is 146 (57.42% from 255 or 38.83% from 376); Green value is 131 (51.56% from 255 or 34.84% from 376); Blue value is 99 (39.06% from 255 or 26.33% from 376); Max value from RGB is 146 - color contains mainly: red. Hex color #928363 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928363 is #6D7C9C. Grayscale: #838383. Windows color (decimal): -7175325 or 6521746. OLE color: 6521746.

HSL color Cylindrical-coordinate representation of color #928363: hue angle of 40.85º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #928363 is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.43.

Color convert

RGB14613199-
CMYK00.100.320.43
HSL40.85º19.18%48.04%-
HSV(B)40.85º32.19%57.25%-
XYZ22.2223.2415.12-
YUV131.84109.47138.1-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.83%
GREEN value IS 131 (51.56% from 255) = 34.84%
BLUE value IS 99 (39.06% from 255) = 26.33%
R=38.83%
G=34.84%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.32
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461319900.100.320.4340.8519.1848.04
Hex9283630A202B291330
Octal2222031430124053512360
Binary100100101000001111000110101010000010101110100110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928363; }

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

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

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

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

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

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

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

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