#928468

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

Shades of Granite Green #928468

Tints of Granite Green #928468

Color information

#928468 (or 0x928468) is unknown color: approx Granite Green. HEX triplet: 92, 84 and 68. RGB value is (146,132,104). Sum of RGB (Red+Green+Blue) = 146+132+104=382 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.22% from 382); Green value is 132 (51.95% from 255 or 34.55% from 382); Blue value is 104 (41.02% from 255 or 27.23% from 382); Max value from RGB is 146 - color contains mainly: red. Hex color #928468 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928468 is #6D7B97. Grayscale: #858585. Windows color (decimal): -7175064 or 6849682. OLE color: 6849682.

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

Color convert

RGB146132104-
CMYK00.100.290.43
HSL40º16.8%49.02%-
HSV(B)40º28.77%57.25%-
XYZ22.623.6116.46-
YUV132.99111.64137.28-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.22%
GREEN value IS 132 (51.95% from 255) = 34.55%
BLUE value IS 104 (41.02% from 255) = 27.23%
R=38.22%
G=34.55%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.29
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14613210400.100.290.434016.849.02
Hex9284680A1D2B281131
Octal2222041500123553502161
Binary10010010100001001101000010101110110101110100010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928468; }

 p { color: rgb(146,132,104); }

 H1.HeaderClassName
 {
   color: #928468;
 }
 .AnyTagClassName
 {
   color: #928468;
 }
</style>
background-color css

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

 a { background-color: rgb(146,132,104); }

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

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

 span { border-color: rgb(146,132,104); }

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