#948A5D

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

Shades of Granite Green #948A5D

Tints of Granite Green #948A5D

Color information

#948A5D (or 0x948A5D) is unknown color: approx Granite Green. HEX triplet: 94, 8A and 5D. RGB value is (148,138,93). Sum of RGB (Red+Green+Blue) = 148+138+93=379 (50% of max value = 765). Red value is 148 (58.20% from 255 or 39.05% from 379); Green value is 138 (54.30% from 255 or 36.41% from 379); Blue value is 93 (36.72% from 255 or 24.54% from 379); Max value from RGB is 148 - color contains mainly: red. Hex color #948A5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948A5D is #6B75A2. Grayscale: #888888. Windows color (decimal): -7042467 or 6130324. OLE color: 6130324.

HSL color Cylindrical-coordinate representation of color #948A5D: hue angle of 49.09º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #948A5D is Cyan = 0, Magento = 0.07, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB14813893-
CMYK00.070.370.42
HSL49.09º22.82%47.25%-
HSV(B)49.09º37.16%58.04%-
XYZ23.2825.2614.01-
YUV135.86103.81136.66-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.05%
GREEN value IS 138 (54.30% from 255) = 36.41%
BLUE value IS 93 (36.72% from 255) = 24.54%
R=39.05%
G=36.41%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481389300.070.370.4249.0922.8247.25
Hex948A5D07252A31172f
Octal224212135074552612757
Binary10010100100010101011101011110010110101011000110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948A5D; }

 p { color: rgb(148,138,93); }

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

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

 a { background-color: rgb(148,138,93); }

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

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

 span { border-color: rgb(148,138,93); }

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