#938264

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

Shades of Granite Green #938264

Tints of Granite Green #938264

Color information

#938264 (or 0x938264) is unknown color: approx Granite Green. HEX triplet: 93, 82 and 64. RGB value is (147,130,100). Sum of RGB (Red+Green+Blue) = 147+130+100=377 (49% of max value = 765). Red value is 147 (57.81% from 255 or 38.99% from 377); Green value is 130 (51.17% from 255 or 34.48% from 377); Blue value is 100 (39.45% from 255 or 26.53% from 377); Max value from RGB is 147 - color contains mainly: red. Hex color #938264 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938264 is #6C7D9B. Grayscale: #838383. Windows color (decimal): -7110044 or 6587027. OLE color: 6587027.

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

Color convert

RGB147130100-
CMYK00.120.320.42
HSL38.3º19.03%48.43%-
HSV(B)38.3º31.97%57.65%-
XYZ22.3223.0915.34-
YUV131.66110.13138.94-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.99%
GREEN value IS 130 (51.17% from 255) = 34.48%
BLUE value IS 100 (39.45% from 255) = 26.53%
R=38.99%
G=34.48%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713010000.120.320.4238.319.0348.43
Hex9382640C202A261330
Octal2232021440144052462360
Binary100100111000001011001000110010000010101010011010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938264; }

 p { color: rgb(147,130,100); }

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

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

 a { background-color: rgb(147,130,100); }

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

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

 span { border-color: rgb(147,130,100); }

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