#486252

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

Shades of Feldgrau #486252

Tints of Feldgrau #486252

Color information

#486252 (or 0x486252) is unknown color: approx Feldgrau. HEX triplet: 48, 62 and 52. RGB value is (72,98,82). Sum of RGB (Red+Green+Blue) = 72+98+82=252 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.57% from 252); Green value is 98 (38.67% from 255 or 38.89% from 252); Blue value is 82 (32.42% from 255 or 32.54% from 252); Max value from RGB is 98 - color contains mainly: green. Hex color #486252 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486252 is #B79DAD. Grayscale: #585858. Windows color (decimal): -12033454 or 5399112. OLE color: 5399112.

HSL color Cylindrical-coordinate representation of color #486252: hue angle of 143.08º 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 #486252 is Cyan = 0.27, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.62.

Color convert

RGB729882-
CMYK0.2700.160.62
HSL143.08º15.29%33.33%-
HSV(B)143.08º26.53%38.43%-
XYZ8.5610.729.6-
YUV88.4124.39116.3-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.57%
GREEN value IS 98 (38.67% from 255) = 38.89%
BLUE value IS 82 (32.42% from 255) = 32.54%
R=28.57%
G=38.89%
B=32.54%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7298820.2700.160.62143.0815.2933.33
Hex4862521B0103E8ff21
Octal11014212233020762171741
Binary10010001100010101001011011010000111110100011111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486252; }

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

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

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

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

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

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

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

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