#4F5752

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

Shades of Feldgrau #4F5752

Tints of Feldgrau #4F5752

Color information

#4F5752 (or 0x4F5752) is unknown color: approx Feldgrau. HEX triplet: 4F, 57 and 52. RGB value is (79,87,82). Sum of RGB (Red+Green+Blue) = 79+87+82=248 (32% of max value = 765). Red value is 79 (31.25% from 255 or 31.85% from 248); Green value is 87 (34.38% from 255 or 35.08% from 248); Blue value is 82 (32.42% from 255 or 33.06% from 248); Max value from RGB is 87 - color contains mainly: green. Hex color #4F5752 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5752 is #B0A8AD. Grayscale: #545454. Windows color (decimal): -11577518 or 5396303. OLE color: 5396303.

HSL color Cylindrical-coordinate representation of color #4F5752: hue angle of 142.5º degrees, saturation: 0.05, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #4F5752 is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.66.

Color convert

RGB798782-
CMYK0.0900.060.66
HSL142.5º4.82%32.55%-
HSV(B)142.5º9.2%34.12%-
XYZ8.169.099.31-
YUV84.04126.85124.41-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 31.85%
GREEN value IS 87 (34.38% from 255) = 35.08%
BLUE value IS 82 (32.42% from 255) = 33.06%
R=31.85%
G=35.08%
B=33.06%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7987820.0900.060.66142.54.8232.55
Hex4F5752906428e521
Octal1171271221106102216541
Binary10011111010111101001010010110100001010001110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,87,82); }

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

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

 a { background-color: rgb(79,87,82); }

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

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

 span { border-color: rgb(79,87,82); }

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