#486955

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

Shades of Feldgrau #486955

Tints of Feldgrau #486955

Color information

#486955 (or 0x486955) is unknown color: approx Feldgrau. HEX triplet: 48, 69 and 55. RGB value is (72,105,85). Sum of RGB (Red+Green+Blue) = 72+105+85=262 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.48% from 262); Green value is 105 (41.41% from 255 or 40.08% from 262); Blue value is 85 (33.59% from 255 or 32.44% from 262); Max value from RGB is 105 - color contains mainly: green. Hex color #486955 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486955 is #B796AA. Grayscale: #5C5C5C. Windows color (decimal): -12031659 or 5597512. OLE color: 5597512.

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

Color convert

RGB7210585-
CMYK0.3100.190.59
HSL143.64º18.64%34.71%-
HSV(B)143.64º31.43%41.18%-
XYZ9.3612.1410.44-
YUV92.85123.57113.13-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.48%
GREEN value IS 105 (41.41% from 255) = 40.08%
BLUE value IS 85 (33.59% from 255) = 32.44%
R=27.48%
G=40.08%
B=32.44%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal72105850.3100.190.59143.6418.6434.71
Hex4869551F0133B901323
Octal11015112537023732202343
Binary100100011010011010101111110100111110111001000010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486955; }

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

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

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

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

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

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

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

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