#938460

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

Shades of Granite Green #938460

Tints of Granite Green #938460

Color information

#938460 (or 0x938460) is unknown color: approx Granite Green. HEX triplet: 93, 84 and 60. RGB value is (147,132,96). Sum of RGB (Red+Green+Blue) = 147+132+96=375 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.2% from 375); Green value is 132 (51.95% from 255 or 35.2% from 375); Blue value is 96 (37.89% from 255 or 25.6% from 375); Max value from RGB is 147 - color contains mainly: red. Hex color #938460 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938460 is #6C7B9F. Grayscale: #848484. Windows color (decimal): -7109536 or 6325395. OLE color: 6325395.

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

Color convert

RGB14713296-
CMYK00.100.350.42
HSL42.35º20.99%47.65%-
HSV(B)42.35º34.69%57.65%-
XYZ22.423.5514.43-
YUV132.38107.47138.43-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.2%
GREEN value IS 132 (51.95% from 255) = 35.2%
BLUE value IS 96 (37.89% from 255) = 25.6%
R=39.2%
G=35.2%
B=25.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471329600.100.350.4242.3520.9947.65
Hex9384600A232A2a1530
Octal2232041400124352522560
Binary100100111000010011000000101010001110101010101010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938460; }

 p { color: rgb(147,132,96); }

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

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

 a { background-color: rgb(147,132,96); }

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

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

 span { border-color: rgb(147,132,96); }

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