#486351

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

Shades of Feldgrau #486351

Tints of Feldgrau #486351

Color information

#486351 (or 0x486351) is unknown color: approx Feldgrau. HEX triplet: 48, 63 and 51. RGB value is (72,99,81). Sum of RGB (Red+Green+Blue) = 72+99+81=252 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.57% from 252); Green value is 99 (39.06% from 255 or 39.29% from 252); Blue value is 81 (32.03% from 255 or 32.14% from 252); Max value from RGB is 99 - color contains mainly: green. Hex color #486351 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486351 is #B79CAE. Grayscale: #585858. Windows color (decimal): -12033199 or 5333832. OLE color: 5333832.

HSL color Cylindrical-coordinate representation of color #486351: hue angle of 140º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #486351 is Cyan = 0.27, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.61.

Color convert

RGB729981-
CMYK0.2700.180.61
HSL140º15.79%33.53%-
HSV(B)140º27.27%38.82%-
XYZ8.6210.99.43-
YUV88.87123.55115.96-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.57%
GREEN value IS 99 (39.06% from 255) = 39.29%
BLUE value IS 81 (32.03% from 255) = 32.14%
R=28.57%
G=39.29%
B=32.14%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7299810.2700.180.6114015.7933.53
Hex4863511B0123D8c1022
Octal11014312133022752142042
Binary100100011000111010001110110100101111011000110010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486351; }

 p { color: rgb(72,99,81); }

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

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

 a { background-color: rgb(72,99,81); }

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

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

 span { border-color: rgb(72,99,81); }

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