Html Css Color HEX #938362 Granite Green

📋 copy color: '#938362'

red 147 ◦ green 131 ◦ blue 98

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

Shades of Granite Green #938362

Tints of Granite Green #938362

RGB

 RED value IS 147 (57.81% from 255) = 39.1%

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

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

R = 39.1%
G = 34.84%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#938362 (or 0x938362) is known color: Granite Green. HEX triplet: 93, 83 and 62. RGB value is (147,131,98). Sum of RGB (Red+Green+Blue) = 147+131+98=376 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.10% from 376); Green value is 131 (51.56% from 255 or 34.84% from 376); Blue value is 98 (38.67% from 255 or 26.06% from 376); Max value from RGB is 147 - color contains mainly: red. Hex color #938362 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938362 is #6C7C9D. Grayscale: #848484. Windows color (decimal): -7109790 or 6456211. OLE color: 6456211.

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

Color convert

RGB 147 131 98 -
CMYK 0 0.11 0.33 0.42
HSL 40.41º 0.2% 0.48% -
HSV(B) 40.41º 0.33% 0.58% -
XYZ 22.35 23.32 14.88 -
YUV 132.02 108.8 138.68 -
System Red Green Blue C M Y K H S L
Decimal 147 131 98 0 0.11 0.33 0.42 40.41 0.2 0.48
Hex 93 83 62 0 B 21 2A 28 14 30
Octal 223 203 142 0 13 41 52 50 24 60
Binary 10010011 10000011 1100010 0 1011 100001 101010 101000 10100 110000

Color Harmonies of #938362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938362

Black with #938362

Text Example


Text Example

White with #938362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #938362; }

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

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

background-color css

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

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

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

border-color css

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

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

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