#948963

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

Shades of Granite Green #948963

Tints of Granite Green #948963

Color information

#948963 (or 0x948963) is unknown color: approx Granite Green. HEX triplet: 94, 89 and 63. RGB value is (148,137,99). Sum of RGB (Red+Green+Blue) = 148+137+99=384 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.54% from 384); Green value is 137 (53.91% from 255 or 35.68% from 384); Blue value is 99 (39.06% from 255 or 25.78% from 384); Max value from RGB is 148 - color contains mainly: red. Hex color #948963 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948963 is #6B769C. Grayscale: #888888. Windows color (decimal): -7042717 or 6523284. OLE color: 6523284.

HSL color Cylindrical-coordinate representation of color #948963: hue angle of 46.53º 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 #948963 is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.42.

Color convert

RGB14813799-
CMYK00.070.330.42
HSL46.53º19.84%48.43%-
HSV(B)46.53º33.11%58.04%-
XYZ23.4125.0915.41-
YUV135.96107.14136.59-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.54%
GREEN value IS 137 (53.91% from 255) = 35.68%
BLUE value IS 99 (39.06% from 255) = 25.78%
R=38.54%
G=35.68%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481379900.070.330.4246.5319.8448.43
Hex94896307212A2f1430
Octal224211143074152572460
Binary10010100100010011100011011110000110101010111110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948963; }

 p { color: rgb(148,137,99); }

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

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

 a { background-color: rgb(148,137,99); }

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

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

 span { border-color: rgb(148,137,99); }

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