#908262

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

Shades of Granite Green #908262

Tints of Granite Green #908262

Color information

#908262 (or 0x908262) is unknown color: approx Granite Green. HEX triplet: 90, 82 and 62. RGB value is (144,130,98). Sum of RGB (Red+Green+Blue) = 144+130+98=372 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.71% from 372); Green value is 130 (51.17% from 255 or 34.95% from 372); Blue value is 98 (38.67% from 255 or 26.34% from 372); Max value from RGB is 144 - color contains mainly: red. Hex color #908262 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908262 is #6F7D9D. Grayscale: #828282. Windows color (decimal): -7306654 or 6455952. OLE color: 6455952.

HSL color Cylindrical-coordinate representation of color #908262: hue angle of 41.74º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #908262 is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.44.

Color convert

RGB14413098-
CMYK00.100.320.44
HSL41.74º19.01%47.45%-
HSV(B)41.74º31.94%56.47%-
XYZ21.6922.7814.81-
YUV130.54109.64137.6-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.71%
GREEN value IS 130 (51.17% from 255) = 34.95%
BLUE value IS 98 (38.67% from 255) = 26.34%
R=38.71%
G=34.95%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.32
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441309800.100.320.4441.7419.0147.45
Hex9082620A202C2a132f
Octal2202021420124054522357
Binary100100001000001011000100101010000010110010101010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908262; }

 p { color: rgb(144,130,98); }

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

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

 a { background-color: rgb(144,130,98); }

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

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

 span { border-color: rgb(144,130,98); }

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