Html Css Color HEX #485C50 Feldgrau

📋 copy color: '#485C50'

red 72 ◦ green 92 ◦ blue 80

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

Shades of Feldgrau #485C50

Tints of Feldgrau #485C50

RGB

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

 GREEN value IS 92 (36.33% from 255) = 37.7%

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

R = 29.51%
G = 37.7%
B = 32.79%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.13

 K value IS 0.64

RGB Variations

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

Color information

#485C50 (or 0x485C50) is known color: Feldgrau. HEX triplet: 48, 5C and 50. RGB value is (72,92,80). Sum of RGB (Red+Green+Blue) = 72+92+80=244 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.51% from 244); Green value is 92 (36.33% from 255 or 37.70% from 244); Blue value is 80 (31.64% from 255 or 32.79% from 244); Max value from RGB is 92 - color contains mainly: green. Hex color #485C50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485C50 is #B7A3AF. Grayscale: #545454. Windows color (decimal): -12034992 or 5266504. OLE color: 5266504.

HSL color Cylindrical-coordinate representation of color #485C50: hue angle of 144º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #485C50 is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.64.

Color convert

RGB 72 92 80 -
CMYK 0.22 0 0.13 0.64
HSL 144º 0.12% 0.32% -
HSV(B) 144º 0.22% 0.36% -
XYZ 7.95 9.61 9.03 -
YUV 84.65 125.37 118.98 -
System Red Green Blue C M Y K H S L
Decimal 72 92 80 0.22 0 0.13 0.64 144 0.12 0.32
Hex 48 5C 50 16 0 D 40 90 C 20
Octal 110 134 120 26 0 15 100 220 14 40
Binary 1001000 1011100 1010000 10110 0 1101 1000000 10010000 1100 100000

Color Harmonies of #485C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485C50

Black with #485C50

Text Example


Text Example

White with #485C50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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