#948C5F

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

Shades of Granite Green #948C5F

Tints of Granite Green #948C5F

Color information

#948C5F (or 0x948C5F) is unknown color: approx Granite Green. HEX triplet: 94, 8C and 5F. RGB value is (148,140,95). Sum of RGB (Red+Green+Blue) = 148+140+95=383 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.64% from 383); Green value is 140 (55.08% from 255 or 36.55% from 383); Blue value is 95 (37.5% from 255 or 24.80% from 383); Max value from RGB is 148 - color contains mainly: red. Hex color #948C5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948C5F is #6B73A0. Grayscale: #898989. Windows color (decimal): -7041953 or 6261908. OLE color: 6261908.

HSL color Cylindrical-coordinate representation of color #948C5F: hue angle of 50.94º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #948C5F is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB14814095-
CMYK00.050.360.42
HSL50.94º21.81%47.65%-
HSV(B)50.94º35.81%58.04%-
XYZ23.6625.8814.57-
YUV137.26104.15135.66-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.64%
GREEN value IS 140 (55.08% from 255) = 36.55%
BLUE value IS 95 (37.5% from 255) = 24.80%
R=38.64%
G=36.55%
B=24.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481409500.050.360.4250.9421.8147.65
Hex948C5F05242A331630
Octal224214137054452632660
Binary10010100100011001011111010110010010101011001110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,140,95); }

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

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

 a { background-color: rgb(148,140,95); }

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

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

 span { border-color: rgb(148,140,95); }

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