Html Css Color HEX #485E50 Feldgrau

📋 copy color: '#485E50'

red 72 ◦ green 94 ◦ blue 80

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

Shades of Feldgrau #485E50

Tints of Feldgrau #485E50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 32.52%

R = 29.27%
G = 38.21%
B = 32.52%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.15

 K value IS 0.63

RGB Variations

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

Color information

#485E50 (or 0x485E50) is known color: Feldgrau. HEX triplet: 48, 5E and 50. RGB value is (72,94,80). Sum of RGB (Red+Green+Blue) = 72+94+80=246 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.27% from 246); Green value is 94 (37.11% from 255 or 38.21% from 246); Blue value is 80 (31.64% from 255 or 32.52% from 246); Max value from RGB is 94 - color contains mainly: green. Hex color #485E50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485E50 is #B7A1AF. Grayscale: #555555. Windows color (decimal): -12034480 or 5267016. OLE color: 5267016.

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

Color convert

RGB 72 94 80 -
CMYK 0.23 0 0.15 0.63
HSL 141.82º 0.13% 0.33% -
HSV(B) 141.82º 0.23% 0.37% -
XYZ 8.12 9.96 9.08 -
YUV 85.83 124.71 118.14 -
System Red Green Blue C M Y K H S L
Decimal 72 94 80 0.23 0 0.15 0.63 141.82 0.13 0.33
Hex 48 5E 50 17 0 F 3F 8E D 21
Octal 110 136 120 27 0 17 77 216 15 41
Binary 1001000 1011110 1010000 10111 0 1111 111111 10001110 1101 100001

Color Harmonies of #485E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485E50

Black with #485E50

Text Example


Text Example

White with #485E50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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