#948C5C

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

Shades of Granite Green #948C5C

Tints of Granite Green #948C5C

Color information

#948C5C (or 0x948C5C) is unknown color: approx Granite Green. HEX triplet: 94, 8C and 5C. RGB value is (148,140,92). Sum of RGB (Red+Green+Blue) = 148+140+92=380 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.95% from 380); Green value is 140 (55.08% from 255 or 36.84% from 380); Blue value is 92 (36.33% from 255 or 24.21% from 380); Max value from RGB is 148 - color contains mainly: red. Hex color #948C5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948C5C is #6B73A3. Grayscale: #898989. Windows color (decimal): -7041956 or 6065300. OLE color: 6065300.

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

Color convert

RGB14814092-
CMYK00.050.380.42
HSL51.43º23.33%47.06%-
HSV(B)51.43º37.84%58.04%-
XYZ23.5225.8213.87-
YUV136.92102.65135.9-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.95%
GREEN value IS 140 (55.08% from 255) = 36.84%
BLUE value IS 92 (36.33% from 255) = 24.21%
R=38.95%
G=36.84%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481409200.050.380.4251.4323.3347.06
Hex948C5C05262A33172f
Octal224214134054652632757
Binary10010100100011001011100010110011010101011001110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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