Html Css Color HEX #948465 Granite Green

📋 copy color: '#948465'

red 148 ◦ green 132 ◦ blue 101

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

Shades of Granite Green #948465

Tints of Granite Green #948465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 26.51%

R = 38.85%
G = 34.65%
B = 26.51%

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

#948465 (or 0x948465) is known color: Granite Green. HEX triplet: 94, 84 and 65. RGB value is (148,132,101). Sum of RGB (Red+Green+Blue) = 148+132+101=381 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.85% from 381); Green value is 132 (51.95% from 255 or 34.65% from 381); Blue value is 101 (39.84% from 255 or 26.51% from 381); Max value from RGB is 148 - color contains mainly: red. Hex color #948465 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948465 is #6B7B9A. Grayscale: #858585. Windows color (decimal): -7043995 or 6653076. OLE color: 6653076.

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

Color convert

RGB 148 132 101 -
CMYK 0 0.11 0.32 0.42
HSL 39.57º 0.19% 0.49% -
HSV(B) 39.57º 0.32% 0.58% -
XYZ 22.81 23.74 15.69 -
YUV 133.25 109.8 138.52 -
System Red Green Blue C M Y K H S L
Decimal 148 132 101 0 0.11 0.32 0.42 39.57 0.19 0.49
Hex 94 84 65 0 B 20 2A 28 13 31
Octal 224 204 145 0 13 40 52 50 23 61
Binary 10010100 10000100 1100101 0 1011 100000 101010 101000 10011 110001

Color Harmonies of #948465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948465

Black with #948465

Text Example


Text Example

White with #948465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948465; }

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

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

background-color css

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

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

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

border-color css

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

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

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