#938260

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

Shades of Granite Green #938260

Tints of Granite Green #938260

Color information

#938260 (or 0x938260) is unknown color: approx Granite Green. HEX triplet: 93, 82 and 60. RGB value is (147,130,96). Sum of RGB (Red+Green+Blue) = 147+130+96=373 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.41% from 373); Green value is 130 (51.17% from 255 or 34.85% from 373); Blue value is 96 (37.89% from 255 or 25.74% from 373); Max value from RGB is 147 - color contains mainly: red. Hex color #938260 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938260 is #6C7D9F. Grayscale: #838383. Windows color (decimal): -7110048 or 6324883. OLE color: 6324883.

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

Color convert

RGB14713096-
CMYK00.120.350.42
HSL40º20.99%47.65%-
HSV(B)40º34.69%57.65%-
XYZ22.1323.0114.34-
YUV131.21108.13139.26-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.41%
GREEN value IS 130 (51.17% from 255) = 34.85%
BLUE value IS 96 (37.89% from 255) = 25.74%
R=39.41%
G=34.85%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471309600.120.350.424020.9947.65
Hex9382600C232A281530
Octal2232021400144352502560
Binary100100111000001011000000110010001110101010100010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938260; }

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

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

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

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

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

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

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

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