Html Css Color HEX #485E51 Feldgrau

📋 copy color: '#485E51'

red 72 ◦ green 94 ◦ blue 81

#485E51
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Feldgrau #485E51

Tints of Feldgrau #485E51

RGB

 RED value IS 72 (28.52% from 255) = 29.15%

 GREEN value IS 94 (37.11% from 255) = 38.06%

 BLUE value IS 81 (32.03% from 255) = 32.79%

R = 29.15%
G = 38.06%
B = 32.79%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.14

 K value IS 0.63

RGB Variations

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

Color information

#485E51 (or 0x485E51) is known color: Feldgrau. HEX triplet: 48, 5E and 51. RGB value is (72,94,81). Sum of RGB (Red+Green+Blue) = 72+94+81=247 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.15% from 247); Green value is 94 (37.11% from 255 or 38.06% from 247); Blue value is 81 (32.03% from 255 or 32.79% from 247); Max value from RGB is 94 - color contains mainly: green. Hex color #485E51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485E51 is #B7A1AE. Grayscale: #555555. Windows color (decimal): -12034479 or 5332552. OLE color: 5332552.

HSL color Cylindrical-coordinate representation of color #485E51: hue angle of 144.55º 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 #485E51 is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.63.

Color convert

RGB 72 94 81 -
CMYK 0.23 0 0.14 0.63
HSL 144.55º 0.13% 0.33% -
HSV(B) 144.55º 0.23% 0.37% -
XYZ 8.16 9.98 9.28 -
YUV 85.94 125.21 118.06 -
System Red Green Blue C M Y K H S L
Decimal 72 94 81 0.23 0 0.14 0.63 144.55 0.13 0.33
Hex 48 5E 51 17 0 E 3F 91 D 21
Octal 110 136 121 27 0 16 77 221 15 41
Binary 1001000 1011110 1010001 10111 0 1110 111111 10010001 1101 100001

Color Harmonies of #485E51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485E51

Black with #485E51

Text Example


Text Example

White with #485E51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #485E51;
 }
 .AnyTagClassName
 {
   color: #485E51;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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