Html Css Color HEX #48544C Feldgrau

📋 copy color: '#48544C'

red 72 ◦ green 84 ◦ blue 76

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

Shades of Feldgrau #48544C

Tints of Feldgrau #48544C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 36.21%

 BLUE value IS 76 (30.08% from 255) = 32.76%

R = 31.03%
G = 36.21%
B = 32.76%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.10

 K value IS 0.67

RGB Variations

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

Color information

#48544C (or 0x48544C) is known color: Feldgrau. HEX triplet: 48, 54 and 4C. RGB value is (72,84,76). Sum of RGB (Red+Green+Blue) = 72+84+76=232 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.03% from 232); Green value is 84 (33.20% from 255 or 36.21% from 232); Blue value is 76 (30.08% from 255 or 32.76% from 232); Max value from RGB is 84 - color contains mainly: green. Hex color #48544C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48544C is #B7ABB3. Grayscale: #4F4F4F. Windows color (decimal): -12037044 or 5002312. OLE color: 5002312.

HSL color Cylindrical-coordinate representation of color #48544C: hue angle of 140º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #48544C is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.67.

Color convert

RGB 72 84 76 -
CMYK 0.14 0 0.10 0.67
HSL 140º 0.08% 0.31% -
HSV(B) 140º 0.14% 0.33% -
XYZ 7.15 8.24 8.05 -
YUV 79.5 126.02 122.65 -
System Red Green Blue C M Y K H S L
Decimal 72 84 76 0.14 0 0.10 0.67 140 0.08 0.31
Hex 48 54 4C E 0 A 43 8C 8 1F
Octal 110 124 114 16 0 12 103 214 10 37
Binary 1001000 1010100 1001100 1110 0 1010 1000011 10001100 1000 11111

Color Harmonies of #48544C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48544C

Black with #48544C

Text Example


Text Example

White with #48544C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48544C; }

 p { color: rgb(72,84,76); }

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

background-color css

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

 a { background-color: rgb(72,84,76); }

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

border-color css

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

 span { border-color: rgb(72,84,76); }

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