#948263

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

Shades of Granite Green #948263

Tints of Granite Green #948263

Color information

#948263 (or 0x948263) is unknown color: approx Granite Green. HEX triplet: 94, 82 and 63. RGB value is (148,130,99). Sum of RGB (Red+Green+Blue) = 148+130+99=377 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.26% from 377); Green value is 130 (51.17% from 255 or 34.48% from 377); Blue value is 99 (39.06% from 255 or 26.26% from 377); Max value from RGB is 148 - color contains mainly: red. Hex color #948263 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948263 is #6B7D9C. Grayscale: #838383. Windows color (decimal): -7044509 or 6521492. OLE color: 6521492.

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

Color convert

RGB14813099-
CMYK00.120.330.42
HSL37.96º19.84%48.43%-
HSV(B)37.96º33.11%58.04%-
XYZ22.4523.1615.09-
YUV131.85109.46139.52-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.26%
GREEN value IS 130 (51.17% from 255) = 34.48%
BLUE value IS 99 (39.06% from 255) = 26.26%
R=39.26%
G=34.48%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481309900.120.330.4237.9619.8448.43
Hex9482630C212A261430
Octal2242021430144152462460
Binary100101001000001011000110110010000110101010011010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948263; }

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

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

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

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

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

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

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

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