#486855

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

Shades of Feldgrau #486855

Tints of Feldgrau #486855

Color information

#486855 (or 0x486855) is unknown color: approx Feldgrau. HEX triplet: 48, 68 and 55. RGB value is (72,104,85). Sum of RGB (Red+Green+Blue) = 72+104+85=261 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.59% from 261); Green value is 104 (41.02% from 255 or 39.85% from 261); Blue value is 85 (33.59% from 255 or 32.57% from 261); Max value from RGB is 104 - color contains mainly: green. Hex color #486855 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486855 is #B797AA. Grayscale: #5C5C5C. Windows color (decimal): -12031915 or 5597256. OLE color: 5597256.

HSL color Cylindrical-coordinate representation of color #486855: hue angle of 144.38º degrees, saturation: 0.18, 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 #486855 is Cyan = 0.31, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.59.

Color convert

RGB7210485-
CMYK0.3100.180.59
HSL144.38º18.18%34.51%-
HSV(B)144.38º30.77%40.78%-
XYZ9.2611.9310.41-
YUV92.27123.9113.54-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.59%
GREEN value IS 104 (41.02% from 255) = 39.85%
BLUE value IS 85 (33.59% from 255) = 32.57%
R=27.59%
G=39.85%
B=32.57%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal72104850.3100.180.59144.3818.1834.51
Hex4868551F0123B901223
Octal11015012537022732202243
Binary100100011010001010101111110100101110111001000010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486855; }

 p { color: rgb(72,104,85); }

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

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

 a { background-color: rgb(72,104,85); }

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

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

 span { border-color: rgb(72,104,85); }

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