#94885E

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

Shades of Granite Green #94885E

Tints of Granite Green #94885E

Color information

#94885E (or 0x94885E) is unknown color: approx Granite Green. HEX triplet: 94, 88 and 5E. RGB value is (148,136,94). Sum of RGB (Red+Green+Blue) = 148+136+94=378 (50% of max value = 765). Red value is 148 (58.20% from 255 or 39.15% from 378); Green value is 136 (53.52% from 255 or 35.98% from 378); Blue value is 94 (37.11% from 255 or 24.87% from 378); Max value from RGB is 148 - color contains mainly: red. Hex color #94885E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94885E is #6B77A1. Grayscale: #868686. Windows color (decimal): -7042978 or 6195348. OLE color: 6195348.

HSL color Cylindrical-coordinate representation of color #94885E: hue angle of 46.67º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #94885E is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB14813694-
CMYK00.080.360.42
HSL46.67º22.31%47.45%-
HSV(B)46.67º36.49%58.04%-
XYZ23.0424.7114.15-
YUV134.8104.98137.42-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.15%
GREEN value IS 136 (53.52% from 255) = 35.98%
BLUE value IS 94 (37.11% from 255) = 24.87%
R=39.15%
G=35.98%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481369400.080.360.4246.6722.3147.45
Hex94885E08242A2f162f
Octal2242101360104452572657
Binary100101001000100010111100100010010010101010111110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94885E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94885E; }

 p { color: rgb(148,136,94); }

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

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

 a { background-color: rgb(148,136,94); }

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

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

 span { border-color: rgb(148,136,94); }

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