#486051

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

Shades of Feldgrau #486051

Tints of Feldgrau #486051

Color information

#486051 (or 0x486051) is unknown color: approx Feldgrau. HEX triplet: 48, 60 and 51. RGB value is (72,96,81). Sum of RGB (Red+Green+Blue) = 72+96+81=249 (32% of max value = 765). Red value is 72 (28.52% from 255 or 28.92% from 249); Green value is 96 (37.89% from 255 or 38.55% from 249); Blue value is 81 (32.03% from 255 or 32.53% from 249); Max value from RGB is 96 - color contains mainly: green. Hex color #486051 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486051 is #B79FAE. Grayscale: #575757. Windows color (decimal): -12033967 or 5333064. OLE color: 5333064.

HSL color Cylindrical-coordinate representation of color #486051: hue angle of 142.5º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #486051 is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.62.

Color convert

RGB729681-
CMYK0.2500.160.62
HSL142.5º14.29%32.94%-
HSV(B)142.5º25%37.65%-
XYZ8.3410.349.34-
YUV87.11124.55117.22-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.92%
GREEN value IS 96 (37.89% from 255) = 38.55%
BLUE value IS 81 (32.03% from 255) = 32.53%
R=28.92%
G=38.55%
B=32.53%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7296810.2500.160.62142.514.2932.94
Hex486051190103E8ee21
Octal11014012131020762161641
Binary10010001100000101000111001010000111110100011101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486051; }

 p { color: rgb(72,96,81); }

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

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

 a { background-color: rgb(72,96,81); }

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

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

 span { border-color: rgb(72,96,81); }

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