#928465

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

Shades of Granite Green #928465

Tints of Granite Green #928465

Color information

#928465 (or 0x928465) is unknown color: approx Granite Green. HEX triplet: 92, 84 and 65. RGB value is (146,132,101). Sum of RGB (Red+Green+Blue) = 146+132+101=379 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.52% from 379); Green value is 132 (51.95% from 255 or 34.83% from 379); Blue value is 101 (39.84% from 255 or 26.65% from 379); Max value from RGB is 146 - color contains mainly: red. Hex color #928465 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928465 is #6D7B9A. Grayscale: #848484. Windows color (decimal): -7175067 or 6653074. OLE color: 6653074.

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

Color convert

RGB146132101-
CMYK00.100.310.43
HSL41.33º18.22%48.43%-
HSV(B)41.33º30.82%57.25%-
XYZ22.4523.5515.67-
YUV132.65110.14137.52-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.52%
GREEN value IS 132 (51.95% from 255) = 34.83%
BLUE value IS 101 (39.84% from 255) = 26.65%
R=38.52%
G=34.83%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.31
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14613210100.100.310.4341.3318.2248.43
Hex9284650A1F2B291230
Octal2222041450123753512260
Binary10010010100001001100101010101111110101110100110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928465; }

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

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

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

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

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

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

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

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