Html Css Color HEX #48514B Feldgrau

📋 copy color: '#48514B'

red 72 ◦ green 81 ◦ blue 75

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

Shades of Feldgrau #48514B

Tints of Feldgrau #48514B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 35.53%

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

R = 31.58%
G = 35.53%
B = 32.89%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.07

 K value IS 0.68

RGB Variations

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

Color information

#48514B (or 0x48514B) is known color: Feldgrau. HEX triplet: 48, 51 and 4B. RGB value is (72,81,75). Sum of RGB (Red+Green+Blue) = 72+81+75=228 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.58% from 228); Green value is 81 (32.03% from 255 or 35.53% from 228); Blue value is 75 (29.69% from 255 or 32.89% from 228); Max value from RGB is 81 - color contains mainly: green. Hex color #48514B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48514B is #B7AEB4. Grayscale: #4D4D4D. Windows color (decimal): -12037813 or 4936008. OLE color: 4936008.

HSL color Cylindrical-coordinate representation of color #48514B: hue angle of 140º degrees, saturation: 0.06, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #48514B is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.68.

Color convert

RGB 72 81 75 -
CMYK 0.11 0 0.07 0.68
HSL 140º 0.06% 0.3% -
HSV(B) 140º 0.11% 0.32% -
XYZ 6.88 7.77 7.79 -
YUV 77.63 126.52 123.99 -
System Red Green Blue C M Y K H S L
Decimal 72 81 75 0.11 0 0.07 0.68 140 0.06 0.3
Hex 48 51 4B B 0 7 44 8C 6 1E
Octal 110 121 113 13 0 7 104 214 6 36
Binary 1001000 1010001 1001011 1011 0 111 1000100 10001100 110 11110

Color Harmonies of #48514B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48514B

Black with #48514B

Text Example


Text Example

White with #48514B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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