Html Css Color HEX #485950 Feldgrau

📋 copy color: '#485950'

red 72 ◦ green 89 ◦ blue 80

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

Shades of Feldgrau #485950

Tints of Feldgrau #485950

RGB

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

 GREEN value IS 89 (35.16% from 255) = 36.93%

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

R = 29.88%
G = 36.93%
B = 33.2%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.10

 K value IS 0.65

RGB Variations

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

Color information

#485950 (or 0x485950) is known color: Feldgrau. HEX triplet: 48, 59 and 50. RGB value is (72,89,80). Sum of RGB (Red+Green+Blue) = 72+89+80=241 (31% of max value = 765). Red value is 72 (28.52% from 255 or 29.88% from 241); Green value is 89 (35.16% from 255 or 36.93% from 241); Blue value is 80 (31.64% from 255 or 33.20% from 241); Max value from RGB is 89 - color contains mainly: green. Hex color #485950 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485950 is #B7A6AF. Grayscale: #525252. Windows color (decimal): -12035760 or 5265736. OLE color: 5265736.

HSL color Cylindrical-coordinate representation of color #485950: hue angle of 148.24º degrees, saturation: 0.11, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #485950 is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.65.

Color convert

RGB 72 89 80 -
CMYK 0.19 0 0.10 0.65
HSL 148.24º 0.11% 0.32% -
HSV(B) 148.24º 0.19% 0.35% -
XYZ 7.69 9.1 8.94 -
YUV 82.89 126.37 120.23 -
System Red Green Blue C M Y K H S L
Decimal 72 89 80 0.19 0 0.10 0.65 148.24 0.11 0.32
Hex 48 59 50 13 0 A 41 94 B 20
Octal 110 131 120 23 0 12 101 224 13 40
Binary 1001000 1011001 1010000 10011 0 1010 1000001 10010100 1011 100000

Color Harmonies of #485950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485950

Black with #485950

Text Example


Text Example

White with #485950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485950; }

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

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

background-color css

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

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

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

border-color css

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

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

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