Html Css Color HEX #48534C Feldgrau

📋 copy color: '#48534C'

red 72 ◦ green 83 ◦ blue 76

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

Shades of Feldgrau #48534C

Tints of Feldgrau #48534C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 35.93%

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

R = 31.17%
G = 35.93%
B = 32.9%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.08

 K value IS 0.67

RGB Variations

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

Color information

#48534C (or 0x48534C) is known color: Feldgrau. HEX triplet: 48, 53 and 4C. RGB value is (72,83,76). Sum of RGB (Red+Green+Blue) = 72+83+76=231 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.17% from 231); Green value is 83 (32.81% from 255 or 35.93% from 231); Blue value is 76 (30.08% from 255 or 32.90% from 231); Max value from RGB is 83 - color contains mainly: green. Hex color #48534C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48534C is #B7ACB3. Grayscale: #4E4E4E. Windows color (decimal): -12037300 or 5002056. OLE color: 5002056.

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

Color convert

RGB 72 83 76 -
CMYK 0.13 0 0.08 0.67
HSL 141.82º 0.07% 0.3% -
HSV(B) 141.82º 0.13% 0.33% -
XYZ 7.07 8.09 8.03 -
YUV 78.91 126.36 123.07 -
System Red Green Blue C M Y K H S L
Decimal 72 83 76 0.13 0 0.08 0.67 141.82 0.07 0.3
Hex 48 53 4C D 0 8 43 8E 7 1E
Octal 110 123 114 15 0 10 103 216 7 36
Binary 1001000 1010011 1001100 1101 0 1000 1000011 10001110 111 11110

Color Harmonies of #48534C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48534C

Black with #48534C

Text Example


Text Example

White with #48534C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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