Html Css Color HEX #495F51 Feldgrau

📋 copy color: '#495F51'

red 73 ◦ green 95 ◦ blue 81

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

Shades of Feldgrau #495F51

Tints of Feldgrau #495F51

RGB

 RED value IS 73 (28.91% from 255) = 29.32%

 GREEN value IS 95 (37.5% from 255) = 38.15%

 BLUE value IS 81 (32.03% from 255) = 32.53%

R = 29.32%
G = 38.15%
B = 32.53%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.15

 K value IS 0.63

RGB Variations

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

Color information

#495F51 (or 0x495F51) is known color: Feldgrau. HEX triplet: 49, 5F and 51. RGB value is (73,95,81). Sum of RGB (Red+Green+Blue) = 73+95+81=249 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.32% from 249); Green value is 95 (37.5% from 255 or 38.15% from 249); Blue value is 81 (32.03% from 255 or 32.53% from 249); Max value from RGB is 95 - color contains mainly: green. Hex color #495F51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495F51 is #B6A0AE. Grayscale: #565656. Windows color (decimal): -11968687 or 5332809. OLE color: 5332809.

HSL color Cylindrical-coordinate representation of color #495F51: hue angle of 141.82º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #495F51 is Cyan = 0.23, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.63.

Color convert

RGB 73 95 81 -
CMYK 0.23 0 0.15 0.63
HSL 141.82º 0.13% 0.33% -
HSV(B) 141.82º 0.23% 0.37% -
XYZ 8.33 10.19 9.31 -
YUV 86.83 124.71 118.14 -
System Red Green Blue C M Y K H S L
Decimal 73 95 81 0.23 0 0.15 0.63 141.82 0.13 0.33
Hex 49 5F 51 17 0 F 3F 8E D 21
Octal 111 137 121 27 0 17 77 216 15 41
Binary 1001001 1011111 1010001 10111 0 1111 111111 10001110 1101 100001

Color Harmonies of #495F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495F51

Black with #495F51

Text Example


Text Example

White with #495F51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495F51; }

 p { color: rgb(73,95,81); }

 H1.HeaderClassName
 {
   color: #495F51;
 }
 .AnyTagClassName
 {
   color: #495F51;
 }
</style>

background-color css

<style>
 a { background-color: #495F51; }

 a { background-color: rgb(73,95,81); }

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

border-color css

<style>
 span { border-color: #495F51; }

 span { border-color: rgb(73,95,81); }

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