Html Css Color HEX #48594D Feldgrau

📋 copy color: '#48594D'

red 72 ◦ green 89 ◦ blue 77

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

Shades of Feldgrau #48594D

Tints of Feldgrau #48594D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 32.35%

R = 30.25%
G = 37.39%
B = 32.35%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.13

 K value IS 0.65

RGB Variations

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

Color information

#48594D (or 0x48594D) is known color: Feldgrau. HEX triplet: 48, 59 and 4D. RGB value is (72,89,77). Sum of RGB (Red+Green+Blue) = 72+89+77=238 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.25% from 238); Green value is 89 (35.16% from 255 or 37.39% from 238); Blue value is 77 (30.47% from 255 or 32.35% from 238); Max value from RGB is 89 - color contains mainly: green. Hex color #48594D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48594D is #B7A6B2. Grayscale: #525252. Windows color (decimal): -12035763 or 5069128. OLE color: 5069128.

HSL color Cylindrical-coordinate representation of color #48594D: hue angle of 137.65º 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 #48594D is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.65.

Color convert

RGB 72 89 77 -
CMYK 0.19 0 0.13 0.65
HSL 137.65º 0.11% 0.32% -
HSV(B) 137.65º 0.19% 0.35% -
XYZ 7.58 9.06 8.37 -
YUV 82.55 124.87 120.48 -
System Red Green Blue C M Y K H S L
Decimal 72 89 77 0.19 0 0.13 0.65 137.65 0.11 0.32
Hex 48 59 4D 13 0 D 41 8A B 20
Octal 110 131 115 23 0 15 101 212 13 40
Binary 1001000 1011001 1001101 10011 0 1101 1000001 10001010 1011 100000

Color Harmonies of #48594D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48594D

Black with #48594D

Text Example


Text Example

White with #48594D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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