#948463

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

Shades of Granite Green #948463

Tints of Granite Green #948463

Color information

#948463 (or 0x948463) is unknown color: approx Granite Green. HEX triplet: 94, 84 and 63. RGB value is (148,132,99). Sum of RGB (Red+Green+Blue) = 148+132+99=379 (50% of max value = 765). Red value is 148 (58.20% from 255 or 39.05% from 379); Green value is 132 (51.95% from 255 or 34.83% from 379); Blue value is 99 (39.06% from 255 or 26.12% from 379); Max value from RGB is 148 - color contains mainly: red. Hex color #948463 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948463 is #6B7B9C. Grayscale: #858585. Windows color (decimal): -7043997 or 6522004. OLE color: 6522004.

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

Color convert

RGB14813299-
CMYK00.110.330.42
HSL40.41º19.84%48.43%-
HSV(B)40.41º33.11%58.04%-
XYZ22.7223.715.18-
YUV133.02108.8138.68-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.05%
GREEN value IS 132 (51.95% from 255) = 34.83%
BLUE value IS 99 (39.06% from 255) = 26.12%
R=39.05%
G=34.83%
B=26.12%

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
Decimal1481329900.110.330.4240.4119.8448.43
Hex9484630B212A281430
Octal2242041430134152502460
Binary100101001000010011000110101110000110101010100010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948463; }

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

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

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

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

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

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

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

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