Html Css Color HEX #48554B Feldgrau

📋 copy color: '#48554B'

red 72 ◦ green 85 ◦ blue 75

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

Shades of Feldgrau #48554B

Tints of Feldgrau #48554B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 36.64%

 BLUE value IS 75 (29.69% from 255) = 32.33%

R = 31.03%
G = 36.64%
B = 32.33%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#48554B (or 0x48554B) is known color: Feldgrau. HEX triplet: 48, 55 and 4B. RGB value is (72,85,75). Sum of RGB (Red+Green+Blue) = 72+85+75=232 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.03% from 232); Green value is 85 (33.59% from 255 or 36.64% from 232); Blue value is 75 (29.69% from 255 or 32.33% from 232); Max value from RGB is 85 - color contains mainly: green. Hex color #48554B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48554B is #B7AAB4. Grayscale: #505050. Windows color (decimal): -12036789 or 4937032. OLE color: 4937032.

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

Color convert

RGB 72 85 75 -
CMYK 0.15 0 0.12 0.67
HSL 133.85º 0.08% 0.31% -
HSV(B) 133.85º 0.15% 0.33% -
XYZ 7.19 8.38 7.9 -
YUV 79.97 125.19 122.31 -
System Red Green Blue C M Y K H S L
Decimal 72 85 75 0.15 0 0.12 0.67 133.85 0.08 0.31
Hex 48 55 4B F 0 C 43 86 8 1F
Octal 110 125 113 17 0 14 103 206 10 37
Binary 1001000 1010101 1001011 1111 0 1100 1000011 10000110 1000 11111

Color Harmonies of #48554B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48554B

Black with #48554B

Text Example


Text Example

White with #48554B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48554B; }

 p { color: rgb(72,85,75); }

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

background-color css

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

 a { background-color: rgb(72,85,75); }

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

border-color css

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

 span { border-color: rgb(72,85,75); }

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