#485E52

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

Shades of Feldgrau #485E52

Tints of Feldgrau #485E52

Color information

#485E52 (or 0x485E52) is unknown color: approx Feldgrau. HEX triplet: 48, 5E and 52. RGB value is (72,94,82). Sum of RGB (Red+Green+Blue) = 72+94+82=248 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.03% from 248); Green value is 94 (37.11% from 255 or 37.90% from 248); Blue value is 82 (32.42% from 255 or 33.06% from 248); Max value from RGB is 94 - color contains mainly: green. Hex color #485E52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485E52 is #B7A1AD. Grayscale: #565656. Windows color (decimal): -12034478 or 5398088. OLE color: 5398088.

HSL color Cylindrical-coordinate representation of color #485E52: hue angle of 147.27º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #485E52 is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.63.

Color convert

RGB729482-
CMYK0.2300.130.63
HSL147.27º13.25%32.55%-
HSV(B)147.27º23.4%36.86%-
XYZ8.29.999.48-
YUV86.05125.71117.98-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.03%
GREEN value IS 94 (37.11% from 255) = 37.90%
BLUE value IS 82 (32.42% from 255) = 33.06%
R=29.03%
G=37.90%
B=33.06%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7294820.2300.130.63147.2713.2532.55
Hex485E52170D3F93d21
Octal11013612227015772231541
Binary1001000101111010100101011101101111111100100111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485E52; }

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

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

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

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

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

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

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

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