#938367

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

Shades of Granite Green #938367

Tints of Granite Green #938367

Color information

#938367 (or 0x938367) is unknown color: approx Granite Green. HEX triplet: 93, 83 and 67. RGB value is (147,131,103). Sum of RGB (Red+Green+Blue) = 147+131+103=381 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.58% from 381); Green value is 131 (51.56% from 255 or 34.38% from 381); Blue value is 103 (40.62% from 255 or 27.03% from 381); Max value from RGB is 147 - color contains mainly: red. Hex color #938367 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938367 is #6C7C98. Grayscale: #848484. Windows color (decimal): -7109785 or 6783891. OLE color: 6783891.

HSL color Cylindrical-coordinate representation of color #938367: hue angle of 38.18º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #938367 is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB147131103-
CMYK00.110.300.42
HSL38.18º17.6%49.02%-
HSV(B)38.18º29.93%57.65%-
XYZ22.623.4116.16-
YUV132.59111.3138.28-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.58%
GREEN value IS 131 (51.56% from 255) = 34.38%
BLUE value IS 103 (40.62% from 255) = 27.03%
R=38.58%
G=34.38%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713110300.110.300.4238.1817.649.02
Hex9383670B1E2A261231
Octal2232031470133652462261
Binary10010011100000111100111010111111010101010011010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938367; }

 p { color: rgb(147,131,103); }

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

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

 a { background-color: rgb(147,131,103); }

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

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

 span { border-color: rgb(147,131,103); }

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