#4F5853

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

Shades of Feldgrau #4F5853

Tints of Feldgrau #4F5853

Color information

#4F5853 (or 0x4F5853) is unknown color: approx Feldgrau. HEX triplet: 4F, 58 and 53. RGB value is (79,88,83). Sum of RGB (Red+Green+Blue) = 79+88+83=250 (33% of max value = 765). Red value is 79 (31.25% from 255 or 31.6% from 250); Green value is 88 (34.77% from 255 or 35.2% from 250); Blue value is 83 (32.81% from 255 or 33.2% from 250); Max value from RGB is 88 - color contains mainly: green. Hex color #4F5853 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5853 is #B0A7AC. Grayscale: #545454. Windows color (decimal): -11577261 or 5462095. OLE color: 5462095.

HSL color Cylindrical-coordinate representation of color #4F5853: hue angle of 146.67º degrees, saturation: 0.05, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #4F5853 is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.65.

Color convert

RGB798883-
CMYK0.1000.060.65
HSL146.67º5.39%32.75%-
HSV(B)146.67º10.23%34.51%-
XYZ8.289.279.54-
YUV84.74127.02123.91-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 31.6%
GREEN value IS 88 (34.77% from 255) = 35.2%
BLUE value IS 83 (32.81% from 255) = 33.2%
R=31.6%
G=35.2%
B=33.2%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7988830.1000.060.65146.675.3932.75
Hex4F5853A064193521
Octal1171301231206101223541
Binary10011111011000101001110100110100000110010011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4F5853; }

 p { color: rgb(79,88,83); }

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

<style>
 a { background-color: #4F5853; }

 a { background-color: rgb(79,88,83); }

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

<style>
 span { border-color: #4F5853; }

 span { border-color: rgb(79,88,83); }

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