#948564

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

Shades of Granite Green #948564

Tints of Granite Green #948564

Color information

#948564 (or 0x948564) is unknown color: approx Granite Green. HEX triplet: 94, 85 and 64. RGB value is (148,133,100). Sum of RGB (Red+Green+Blue) = 148+133+100=381 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.85% from 381); Green value is 133 (52.34% from 255 or 34.91% from 381); Blue value is 100 (39.45% from 255 or 26.25% from 381); Max value from RGB is 148 - color contains mainly: red. Hex color #948564 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948564 is #6B7A9B. Grayscale: #858585. Windows color (decimal): -7043740 or 6587796. OLE color: 6587796.

HSL color Cylindrical-coordinate representation of color #948564: hue angle of 41.25º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #948564 is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB148133100-
CMYK00.100.320.42
HSL41.25º19.35%48.63%-
HSV(B)41.25º32.43%58.04%-
XYZ22.923.9915.48-
YUV133.72108.97138.18-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.85%
GREEN value IS 133 (52.34% from 255) = 34.91%
BLUE value IS 100 (39.45% from 255) = 26.25%
R=38.85%
G=34.91%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813310000.100.320.4241.2519.3548.63
Hex9485640A202A291331
Octal2242051440124052512361
Binary100101001000010111001000101010000010101010100110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948564; }

 p { color: rgb(148,133,100); }

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

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

 a { background-color: rgb(148,133,100); }

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

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

 span { border-color: rgb(148,133,100); }

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