Html Css Color HEX #48564B Feldgrau

📋 copy color: '#48564B'

red 72 ◦ green 86 ◦ blue 75

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

Shades of Feldgrau #48564B

Tints of Feldgrau #48564B

RGB

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

 GREEN value IS 86 (33.98% from 255) = 36.91%

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

R = 30.9%
G = 36.91%
B = 32.19%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.13

 K value IS 0.66

RGB Variations

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

Color information

#48564B (or 0x48564B) is known color: Feldgrau. HEX triplet: 48, 56 and 4B. RGB value is (72,86,75). Sum of RGB (Red+Green+Blue) = 72+86+75=233 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.90% from 233); Green value is 86 (33.98% from 255 or 36.91% from 233); Blue value is 75 (29.69% from 255 or 32.19% from 233); Max value from RGB is 86 - color contains mainly: green. Hex color #48564B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48564B is #B7A9B4. Grayscale: #505050. Windows color (decimal): -12036533 or 4937288. OLE color: 4937288.

HSL color Cylindrical-coordinate representation of color #48564B: hue angle of 132.86º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #48564B is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.66.

Color convert

RGB 72 86 75 -
CMYK 0.16 0 0.13 0.66
HSL 132.86º 0.09% 0.31% -
HSV(B) 132.86º 0.16% 0.34% -
XYZ 7.27 8.54 7.92 -
YUV 80.56 124.86 121.89 -
System Red Green Blue C M Y K H S L
Decimal 72 86 75 0.16 0 0.13 0.66 132.86 0.09 0.31
Hex 48 56 4B 10 0 D 42 85 9 1F
Octal 110 126 113 20 0 15 102 205 11 37
Binary 1001000 1010110 1001011 10000 0 1101 1000010 10000101 1001 11111

Color Harmonies of #48564B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48564B

Black with #48564B

Text Example


Text Example

White with #48564B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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