Html Css Color HEX #928364 Granite Green

📋 copy color: '#928364'

red 146 ◦ green 131 ◦ blue 100

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

Shades of Granite Green #928364

Tints of Granite Green #928364

RGB

 RED value IS 146 (57.42% from 255) = 38.73%

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

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

R = 38.73%
G = 34.75%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.32

 K value IS 0.43

RGB Variations

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

Color information

#928364 (or 0x928364) is known color: Granite Green. HEX triplet: 92, 83 and 64. RGB value is (146,131,100). Sum of RGB (Red+Green+Blue) = 146+131+100=377 (49% of max value = 765). Red value is 146 (57.42% from 255 or 38.73% from 377); Green value is 131 (51.56% from 255 or 34.75% from 377); Blue value is 100 (39.45% from 255 or 26.53% from 377); Max value from RGB is 146 - color contains mainly: red. Hex color #928364 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928364 is #6D7C9B. Grayscale: #848484. Windows color (decimal): -7175324 or 6587282. OLE color: 6587282.

HSL color Cylindrical-coordinate representation of color #928364: hue angle of 40.43º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #928364 is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 131 100 -
CMYK 0 0.10 0.32 0.43
HSL 40.43º 0.19% 0.48% -
HSV(B) 40.43º 0.32% 0.57% -
XYZ 22.27 23.26 15.37 -
YUV 131.95 109.97 138.02 -
System Red Green Blue C M Y K H S L
Decimal 146 131 100 0 0.10 0.32 0.43 40.43 0.19 0.48
Hex 92 83 64 0 A 20 2B 28 13 30
Octal 222 203 144 0 12 40 53 50 23 60
Binary 10010010 10000011 1100100 0 1010 100000 101011 101000 10011 110000

Color Harmonies of #928364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928364

Black with #928364

Text Example


Text Example

White with #928364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #928364; }

 p { color: rgb(146,131,100); }

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

background-color css

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

 a { background-color: rgb(146,131,100); }

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

border-color css

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

 span { border-color: rgb(146,131,100); }

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