#938B5B

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

Shades of Granite Green #938B5B

Tints of Granite Green #938B5B

Color information

#938B5B (or 0x938B5B) is unknown color: approx Granite Green. HEX triplet: 93, 8B and 5B. RGB value is (147,139,91). Sum of RGB (Red+Green+Blue) = 147+139+91=377 (49% of max value = 765). Red value is 147 (57.81% from 255 or 38.99% from 377); Green value is 139 (54.69% from 255 or 36.87% from 377); Blue value is 91 (35.94% from 255 or 24.14% from 377); Max value from RGB is 147 - color contains mainly: red. Hex color #938B5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938B5B is #6C74A4. Grayscale: #888888. Windows color (decimal): -7107749 or 5999507. OLE color: 5999507.

HSL color Cylindrical-coordinate representation of color #938B5B: hue angle of 51.43º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #938B5B is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB14713991-
CMYK00.050.380.42
HSL51.43º23.53%46.67%-
HSV(B)51.43º38.1%57.65%-
XYZ23.1525.4213.58-
YUV135.92102.65135.9-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.99%
GREEN value IS 139 (54.69% from 255) = 36.87%
BLUE value IS 91 (35.94% from 255) = 24.14%
R=38.99%
G=36.87%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471399100.050.380.4251.4323.5346.67
Hex938B5B05262A33182f
Octal223213133054652633057
Binary10010011100010111011011010110011010101011001111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938B5B; }

 p { color: rgb(147,139,91); }

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

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

 a { background-color: rgb(147,139,91); }

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

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

 span { border-color: rgb(147,139,91); }

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