#948460

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

Shades of Granite Green #948460

Tints of Granite Green #948460

Color information

#948460 (or 0x948460) is unknown color: approx Granite Green. HEX triplet: 94, 84 and 60. RGB value is (148,132,96). Sum of RGB (Red+Green+Blue) = 148+132+96=376 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.36% from 376); Green value is 132 (51.95% from 255 or 35.11% from 376); Blue value is 96 (37.89% from 255 or 25.53% from 376); Max value from RGB is 148 - color contains mainly: red. Hex color #948460 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948460 is #6B7B9F. Grayscale: #848484. Windows color (decimal): -7044000 or 6325396. OLE color: 6325396.

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

Color convert

RGB14813296-
CMYK00.110.350.42
HSL41.54º21.31%47.84%-
HSV(B)41.54º35.14%58.04%-
XYZ22.5823.6414.44-
YUV132.68107.3138.93-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.36%
GREEN value IS 132 (51.95% from 255) = 35.11%
BLUE value IS 96 (37.89% from 255) = 25.53%
R=39.36%
G=35.11%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481329600.110.350.4241.5421.3147.84
Hex9484600B232A2a1530
Octal2242041400134352522560
Binary100101001000010011000000101110001110101010101010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948460; }

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

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

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

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

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

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

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

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