#928364

Color #928364 Granite Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granite Green #928364

Tints of Granite Green #928364

Color information

#928364 (or 0x928364) is unknown color: approx 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

RGB146131100-
CMYK00.100.320.43
HSL40.43º18.7%48.24%-
HSV(B)40.43º31.51%57.25%-
XYZ22.2723.2615.37-
YUV131.95109.97138.02-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.32
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14613110000.100.320.4340.4318.748.24
Hex9283640A202B281330
Octal2222031440124053502360
Binary100100101000001111001000101010000010101110100010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>