#486755

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

Shades of Feldgrau #486755

Tints of Feldgrau #486755

Color information

#486755 (or 0x486755) is unknown color: approx Feldgrau. HEX triplet: 48, 67 and 55. RGB value is (72,103,85). Sum of RGB (Red+Green+Blue) = 72+103+85=260 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.69% from 260); Green value is 103 (40.62% from 255 or 39.62% from 260); Blue value is 85 (33.59% from 255 or 32.69% from 260); Max value from RGB is 103 - color contains mainly: green. Hex color #486755 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486755 is #B798AA. Grayscale: #5B5B5B. Windows color (decimal): -12032171 or 5597000. OLE color: 5597000.

HSL color Cylindrical-coordinate representation of color #486755: hue angle of 145.16º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #486755 is Cyan = 0.30, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.60.

Color convert

RGB7210385-
CMYK0.3000.170.60
HSL145.16º17.71%34.31%-
HSV(B)145.16º30.1%40.39%-
XYZ9.1611.7310.38-
YUV91.68124.23113.96-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.69%
GREEN value IS 103 (40.62% from 255) = 39.62%
BLUE value IS 85 (33.59% from 255) = 32.69%
R=27.69%
G=39.62%
B=32.69%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal72103850.3000.170.60145.1617.7134.31
Hex4867551E0113C911222
Octal11014712536021742212242
Binary100100011001111010101111100100011111001001000110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486755; }

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

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

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

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

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

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

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

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