Html Css Color HEX #948464 Granite Green

📋 copy color: '#948464'

red 148 ◦ green 132 ◦ blue 100

#948464
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Granite Green #948464

Tints of Granite Green #948464

RGB

 RED value IS 148 (58.2% from 255) = 38.95%

 GREEN value IS 132 (51.95% from 255) = 34.74%

 BLUE value IS 100 (39.45% from 255) = 26.32%

R = 38.95%
G = 34.74%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#948464 (or 0x948464) is known color: Granite Green. HEX triplet: 94, 84 and 64. RGB value is (148,132,100). Sum of RGB (Red+Green+Blue) = 148+132+100=380 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.95% from 380); Green value is 132 (51.95% from 255 or 34.74% from 380); Blue value is 100 (39.45% from 255 or 26.32% from 380); Max value from RGB is 148 - color contains mainly: red. Hex color #948464 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948464 is #6B7B9B. Grayscale: #858585. Windows color (decimal): -7043996 or 6587540. OLE color: 6587540.

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

Color convert

RGB 148 132 100 -
CMYK 0 0.11 0.32 0.42
HSL 40º 0.19% 0.49% -
HSV(B) 40º 0.32% 0.58% -
XYZ 22.76 23.72 15.43 -
YUV 133.14 109.3 138.6 -
System Red Green Blue C M Y K H S L
Decimal 148 132 100 0 0.11 0.32 0.42 40 0.19 0.49
Hex 94 84 64 0 B 20 2A 28 13 31
Octal 224 204 144 0 13 40 52 50 23 61
Binary 10010100 10000100 1100100 0 1011 100000 101010 101000 10011 110001

Color Harmonies of #948464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948464

Black with #948464

Text Example


Text Example

White with #948464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948464; }

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

 H1.HeaderClassName
 {
   color: #948464;
 }
 .AnyTagClassName
 {
   color: #948464;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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