Html Css Color HEX #405F49 Feldgrau

📋 copy color: '#405F49'

red 64 ◦ green 95 ◦ blue 73

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

Shades of Feldgrau #405F49

Tints of Feldgrau #405F49

RGB

 RED value IS 64 (25.39% from 255) = 27.59%

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

 BLUE value IS 73 (28.91% from 255) = 31.47%

R = 27.59%
G = 40.95%
B = 31.47%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.23

 K value IS 0.63

RGB Variations

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

Color information

#405F49 (or 0x405F49) is known color: Feldgrau. HEX triplet: 40, 5F and 49. RGB value is (64,95,73). Sum of RGB (Red+Green+Blue) = 64+95+73=232 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.59% from 232); Green value is 95 (37.5% from 255 or 40.95% from 232); Blue value is 73 (28.91% from 255 or 31.47% from 232); Max value from RGB is 95 - color contains mainly: green. Hex color #405F49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405F49 is #BFA0B6. Grayscale: #535353. Windows color (decimal): -12558519 or 4808512. OLE color: 4808512.

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

Color convert

RGB 64 95 73 -
CMYK 0.33 0 0.23 0.63
HSL 137.42º 0.19% 0.31% -
HSV(B) 137.42º 0.33% 0.37% -
XYZ 7.41 9.76 7.8 -
YUV 83.22 122.23 114.29 -
System Red Green Blue C M Y K H S L
Decimal 64 95 73 0.33 0 0.23 0.63 137.42 0.19 0.31
Hex 40 5F 49 21 0 17 3F 89 13 1F
Octal 100 137 111 41 0 27 77 211 23 37
Binary 1000000 1011111 1001001 100001 0 10111 111111 10001001 10011 11111

Color Harmonies of #405F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405F49

Black with #405F49

Text Example


Text Example

White with #405F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405F49; }

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

 H1.HeaderClassName
 {
   color: #405F49;
 }
 .AnyTagClassName
 {
   color: #405F49;
 }
</style>

background-color css

<style>
 a { background-color: #405F49; }

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

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

border-color css

<style>
 span { border-color: #405F49; }

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

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