#486250

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

Shades of Feldgrau #486250

Tints of Feldgrau #486250

Color information

#486250 (or 0x486250) is unknown color: approx Feldgrau. HEX triplet: 48, 62 and 50. RGB value is (72,98,80). Sum of RGB (Red+Green+Blue) = 72+98+80=250 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.8% from 250); Green value is 98 (38.67% from 255 or 39.2% from 250); Blue value is 80 (31.64% from 255 or 32% from 250); Max value from RGB is 98 - color contains mainly: green. Hex color #486250 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486250 is #B79DAF. Grayscale: #585858. Windows color (decimal): -12033456 or 5268040. OLE color: 5268040.

HSL color Cylindrical-coordinate representation of color #486250: hue angle of 138.46º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #486250 is Cyan = 0.27, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB729880-
CMYK0.2700.180.62
HSL138.46º15.29%33.33%-
HSV(B)138.46º26.53%38.43%-
XYZ8.4910.699.21-
YUV88.17123.39116.46-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.8%
GREEN value IS 98 (38.67% from 255) = 39.2%
BLUE value IS 80 (31.64% from 255) = 32%
R=28.8%
G=39.2%
B=32%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7298800.2700.180.62138.4615.2933.33
Hex4862501B0123E8af21
Octal11014212033022762121741
Binary10010001100010101000011011010010111110100010101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486250; }

 p { color: rgb(72,98,80); }

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

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

 a { background-color: rgb(72,98,80); }

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

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

 span { border-color: rgb(72,98,80); }

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