#938A5B

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

Shades of Granite Green #938A5B

Tints of Granite Green #938A5B

Color information

#938A5B (or 0x938A5B) is unknown color: approx Granite Green. HEX triplet: 93, 8A and 5B. RGB value is (147,138,91). Sum of RGB (Red+Green+Blue) = 147+138+91=376 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.10% from 376); Green value is 138 (54.30% from 255 or 36.70% from 376); Blue value is 91 (35.94% from 255 or 24.20% from 376); Max value from RGB is 147 - color contains mainly: red. Hex color #938A5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938A5B is #6C75A4. Grayscale: #878787. Windows color (decimal): -7108005 or 5999251. OLE color: 5999251.

HSL color Cylindrical-coordinate representation of color #938A5B: hue angle of 50.36º 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 #938A5B is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB14713891-
CMYK00.060.380.42
HSL50.36º23.53%46.67%-
HSV(B)50.36º38.1%57.65%-
XYZ23.0125.1413.54-
YUV135.33102.98136.32-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.10%
GREEN value IS 138 (54.30% from 255) = 36.70%
BLUE value IS 91 (35.94% from 255) = 24.20%
R=39.10%
G=36.70%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471389100.060.380.4250.3623.5346.67
Hex938A5B06262A32182f
Octal223212133064652623057
Binary10010011100010101011011011010011010101011001011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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