Html Css Color HEX #4F5E55 Feldgrau

📋 copy color: '#4F5E55'

red 79 ◦ green 94 ◦ blue 85

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

Shades of Feldgrau #4F5E55

Tints of Feldgrau #4F5E55

RGB

 RED value IS 79 (31.25% from 255) = 30.62%

 GREEN value IS 94 (37.11% from 255) = 36.43%

 BLUE value IS 85 (33.59% from 255) = 32.95%

R = 30.62%
G = 36.43%
B = 32.95%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.10

 K value IS 0.63

RGB Variations

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

Color information

#4F5E55 (or 0x4F5E55) is known color: Feldgrau. HEX triplet: 4F, 5E and 55. RGB value is (79,94,85). Sum of RGB (Red+Green+Blue) = 79+94+85=258 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.62% from 258); Green value is 94 (37.11% from 255 or 36.43% from 258); Blue value is 85 (33.59% from 255 or 32.95% from 258); Max value from RGB is 94 - color contains mainly: green. Hex color #4F5E55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5E55 is #B0A1AA. Grayscale: #585858. Windows color (decimal): -11575723 or 5594703. OLE color: 5594703.

HSL color Cylindrical-coordinate representation of color #4F5E55: hue angle of 144º degrees, saturation: 0.09, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #4F5E55 is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.63.

Color convert

RGB 79 94 85 -
CMYK 0.16 0 0.10 0.63
HSL 144º 0.09% 0.34% -
HSV(B) 144º 0.16% 0.37% -
XYZ 8.87 10.32 10.12 -
YUV 88.49 126.03 121.23 -
System Red Green Blue C M Y K H S L
Decimal 79 94 85 0.16 0 0.10 0.63 144 0.09 0.34
Hex 4F 5E 55 10 0 A 3F 90 9 22
Octal 117 136 125 20 0 12 77 220 11 42
Binary 1001111 1011110 1010101 10000 0 1010 111111 10010000 1001 100010

Color Harmonies of #4F5E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F5E55

Black with #4F5E55

Text Example


Text Example

White with #4F5E55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,94,85); }

 H1.HeaderClassName
 {
   color: #4F5E55;
 }
 .AnyTagClassName
 {
   color: #4F5E55;
 }
</style>

background-color css

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

 a { background-color: rgb(79,94,85); }

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

border-color css

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

 span { border-color: rgb(79,94,85); }

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