Html Css Color HEX #48594E Feldgrau

📋 copy color: '#48594E'

red 72 ◦ green 89 ◦ blue 78

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

Shades of Feldgrau #48594E

Tints of Feldgrau #48594E

RGB

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

 GREEN value IS 89 (35.16% from 255) = 37.24%

 BLUE value IS 78 (30.86% from 255) = 32.64%

R = 30.13%
G = 37.24%
B = 32.64%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.12

 K value IS 0.65

RGB Variations

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

Color information

#48594E (or 0x48594E) is known color: Feldgrau. HEX triplet: 48, 59 and 4E. RGB value is (72,89,78). Sum of RGB (Red+Green+Blue) = 72+89+78=239 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.13% from 239); Green value is 89 (35.16% from 255 or 37.24% from 239); Blue value is 78 (30.86% from 255 or 32.64% from 239); Max value from RGB is 89 - color contains mainly: green. Hex color #48594E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48594E is #B7A6B1. Grayscale: #525252. Windows color (decimal): -12035762 or 5134664. OLE color: 5134664.

HSL color Cylindrical-coordinate representation of color #48594E: hue angle of 141.18º degrees, saturation: 0.11, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #48594E is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB 72 89 78 -
CMYK 0.19 0 0.12 0.65
HSL 141.18º 0.11% 0.32% -
HSV(B) 141.18º 0.19% 0.35% -
XYZ 7.62 9.07 8.56 -
YUV 82.66 125.37 120.39 -
System Red Green Blue C M Y K H S L
Decimal 72 89 78 0.19 0 0.12 0.65 141.18 0.11 0.32
Hex 48 59 4E 13 0 C 41 8D B 20
Octal 110 131 116 23 0 14 101 215 13 40
Binary 1001000 1011001 1001110 10011 0 1100 1000001 10001101 1011 100000

Color Harmonies of #48594E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48594E

Black with #48594E

Text Example


Text Example

White with #48594E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48594E; }

 p { color: rgb(72,89,78); }

 H1.HeaderClassName
 {
   color: #48594E;
 }
 .AnyTagClassName
 {
   color: #48594E;
 }
</style>

background-color css

<style>
 a { background-color: #48594E; }

 a { background-color: rgb(72,89,78); }

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

border-color css

<style>
 span { border-color: #48594E; }

 span { border-color: rgb(72,89,78); }

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