#486954

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

Shades of Feldgrau #486954

Tints of Feldgrau #486954

Color information

#486954 (or 0x486954) is unknown color: approx Feldgrau. HEX triplet: 48, 69 and 54. RGB value is (72,105,84). Sum of RGB (Red+Green+Blue) = 72+105+84=261 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.59% from 261); Green value is 105 (41.41% from 255 or 40.23% from 261); Blue value is 84 (33.20% from 255 or 32.18% from 261); Max value from RGB is 105 - color contains mainly: green. Hex color #486954 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486954 is #B796AB. Grayscale: #5C5C5C. Windows color (decimal): -12031660 or 5531976. OLE color: 5531976.

HSL color Cylindrical-coordinate representation of color #486954: hue angle of 141.82º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #486954 is Cyan = 0.31, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.59.

Color convert

RGB7210584-
CMYK0.3100.200.59
HSL141.82º18.64%34.71%-
HSV(B)141.82º31.43%41.18%-
XYZ9.3212.1210.24-
YUV92.74123.07113.21-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.59%
GREEN value IS 105 (41.41% from 255) = 40.23%
BLUE value IS 84 (33.20% from 255) = 32.18%
R=27.59%
G=40.23%
B=32.18%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal72105840.3100.200.59141.8218.6434.71
Hex4869541F0143B8e1323
Octal11015112437024732162343
Binary100100011010011010100111110101001110111000111010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486954; }

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

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

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

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

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

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

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

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