#486354

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

Shades of Feldgrau #486354

Tints of Feldgrau #486354

Color information

#486354 (or 0x486354) is unknown color: approx Feldgrau. HEX triplet: 48, 63 and 54. RGB value is (72,99,84). Sum of RGB (Red+Green+Blue) = 72+99+84=255 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.24% from 255); Green value is 99 (39.06% from 255 or 38.82% from 255); Blue value is 84 (33.20% from 255 or 32.94% from 255); Max value from RGB is 99 - color contains mainly: green. Hex color #486354 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486354 is #B79CAB. Grayscale: #595959. Windows color (decimal): -12033196 or 5530440. OLE color: 5530440.

HSL color Cylindrical-coordinate representation of color #486354: hue angle of 146.67º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #486354 is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.61.

Color convert

RGB729984-
CMYK0.2700.150.61
HSL146.67º15.79%33.53%-
HSV(B)146.67º27.27%38.82%-
XYZ8.7310.9410.04-
YUV89.22125.05115.72-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.24%
GREEN value IS 99 (39.06% from 255) = 38.82%
BLUE value IS 84 (33.20% from 255) = 32.94%
R=28.24%
G=38.82%
B=32.94%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7299840.2700.150.61146.6715.7933.53
Hex4863541B0F3D931022
Octal11014312433017752232042
Binary10010001100011101010011011011111111011001001110000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486354; }

 p { color: rgb(72,99,84); }

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

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

 a { background-color: rgb(72,99,84); }

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

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

 span { border-color: rgb(72,99,84); }

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