#948360

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

Shades of Granite Green #948360

Tints of Granite Green #948360

Color information

#948360 (or 0x948360) is unknown color: approx Granite Green. HEX triplet: 94, 83 and 60. RGB value is (148,131,96). Sum of RGB (Red+Green+Blue) = 148+131+96=375 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.47% from 375); Green value is 131 (51.56% from 255 or 34.93% from 375); Blue value is 96 (37.89% from 255 or 25.6% from 375); Max value from RGB is 148 - color contains mainly: red. Hex color #948360 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948360 is #6B7C9F. Grayscale: #848484. Windows color (decimal): -7044256 or 6325140. OLE color: 6325140.

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

Color convert

RGB14813196-
CMYK00.110.350.42
HSL40.38º21.31%47.84%-
HSV(B)40.38º35.14%58.04%-
XYZ22.4423.3714.4-
YUV132.09107.63139.35-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.47%
GREEN value IS 131 (51.56% from 255) = 34.93%
BLUE value IS 96 (37.89% from 255) = 25.6%
R=39.47%
G=34.93%
B=25.6%

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
Decimal1481319600.110.350.4240.3821.3147.84
Hex9483600B232A281530
Octal2242031400134352502560
Binary100101001000001111000000101110001110101010100010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948360; }

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

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

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

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

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

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

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

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