Html Css Color HEX #948362 Granite Green

📋 copy color: '#948362'

red 148 ◦ green 131 ◦ blue 98

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

Shades of Granite Green #948362

Tints of Granite Green #948362

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.75%

 BLUE value IS 98 (38.67% from 255) = 25.99%

R = 39.26%
G = 34.75%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#948362 (or 0x948362) is known color: Granite Green. HEX triplet: 94, 83 and 62. RGB value is (148,131,98). Sum of RGB (Red+Green+Blue) = 148+131+98=377 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.26% from 377); Green value is 131 (51.56% from 255 or 34.75% from 377); Blue value is 98 (38.67% from 255 or 25.99% from 377); Max value from RGB is 148 - color contains mainly: red. Hex color #948362 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948362 is #6B7C9D. Grayscale: #848484. Windows color (decimal): -7044254 or 6456212. OLE color: 6456212.

HSL color Cylindrical-coordinate representation of color #948362: hue angle of 39.6º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #948362 is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 131 98 -
CMYK 0 0.11 0.34 0.42
HSL 39.6º 0.2% 0.48% -
HSV(B) 39.6º 0.34% 0.58% -
XYZ 22.53 23.41 14.89 -
YUV 132.32 108.63 139.18 -
System Red Green Blue C M Y K H S L
Decimal 148 131 98 0 0.11 0.34 0.42 39.6 0.2 0.48
Hex 94 83 62 0 B 22 2A 28 14 30
Octal 224 203 142 0 13 42 52 50 24 60
Binary 10010100 10000011 1100010 0 1011 100010 101010 101000 10100 110000

Color Harmonies of #948362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948362

Black with #948362

Text Example


Text Example

White with #948362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948362; }

 p { color: rgb(148,131,98); }

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

background-color css

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

 a { background-color: rgb(148,131,98); }

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

border-color css

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

 span { border-color: rgb(148,131,98); }

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