#48564E

Color #48564E Feldgrau (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feldgrau #48564E

Tints of Feldgrau #48564E

Color information

#48564E (or 0x48564E) is unknown color: approx Feldgrau. HEX triplet: 48, 56 and 4E. RGB value is (72,86,78). Sum of RGB (Red+Green+Blue) = 72+86+78=236 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.51% from 236); Green value is 86 (33.98% from 255 or 36.44% from 236); Blue value is 78 (30.86% from 255 or 33.05% from 236); Max value from RGB is 86 - color contains mainly: green. Hex color #48564E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48564E is #B7A9B1. Grayscale: #505050. Windows color (decimal): -12036530 or 5133896. OLE color: 5133896.

HSL color Cylindrical-coordinate representation of color #48564E: hue angle of 145.71º 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 #48564E is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.66.

Color convert

RGB728678-
CMYK0.1600.090.66
HSL145.71º8.86%30.98%-
HSV(B)145.71º16.28%33.73%-
XYZ7.388.588.48-
YUV80.9126.36121.65-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.51%
GREEN value IS 86 (33.98% from 255) = 36.44%
BLUE value IS 78 (30.86% from 255) = 33.05%
R=30.51%
G=36.44%
B=33.05%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7286780.1600.090.66145.718.8630.98
Hex48564E1009429291f
Octal110126116200111022221137
Binary1001000101011010011101000001001100001010010010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48564E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #48564E;
 }
 .AnyTagClassName
 {
   color: #48564E;
 }
</style>
background-color css

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

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

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

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

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

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