#938567

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

Shades of Granite Green #938567

Tints of Granite Green #938567

Color information

#938567 (or 0x938567) is unknown color: approx Granite Green. HEX triplet: 93, 85 and 67. RGB value is (147,133,103). Sum of RGB (Red+Green+Blue) = 147+133+103=383 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.38% from 383); Green value is 133 (52.34% from 255 or 34.73% from 383); Blue value is 103 (40.62% from 255 or 26.89% from 383); Max value from RGB is 147 - color contains mainly: red. Hex color #938567 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938567 is #6C7A98. Grayscale: #858585. Windows color (decimal): -7109273 or 6784403. OLE color: 6784403.

HSL color Cylindrical-coordinate representation of color #938567: hue angle of 40.91º 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 #938567 is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB147133103-
CMYK00.100.300.42
HSL40.91º17.6%49.02%-
HSV(B)40.91º29.93%57.65%-
XYZ22.8723.9616.25-
YUV133.77110.64137.44-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.38%
GREEN value IS 133 (52.34% from 255) = 34.73%
BLUE value IS 103 (40.62% from 255) = 26.89%
R=38.38%
G=34.73%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713310300.100.300.4240.9117.649.02
Hex9385670A1E2A291231
Octal2232051470123652512261
Binary10010011100001011100111010101111010101010100110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938567; }

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

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

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

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

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

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

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

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