Html Css Color HEX #405F4A Feldgrau

📋 copy color: '#405F4A'

red 64 ◦ green 95 ◦ blue 74

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

Shades of Feldgrau #405F4A

Tints of Feldgrau #405F4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 31.76%

R = 27.47%
G = 40.77%
B = 31.76%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.22

 K value IS 0.63

RGB Variations

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

Color information

#405F4A (or 0x405F4A) is known color: Feldgrau. HEX triplet: 40, 5F and 4A. RGB value is (64,95,74). Sum of RGB (Red+Green+Blue) = 64+95+74=233 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.47% from 233); Green value is 95 (37.5% from 255 or 40.77% from 233); Blue value is 74 (29.30% from 255 or 31.76% from 233); Max value from RGB is 95 - color contains mainly: green. Hex color #405F4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405F4A is #BFA0B5. Grayscale: #535353. Windows color (decimal): -12558518 or 4874048. OLE color: 4874048.

HSL color Cylindrical-coordinate representation of color #405F4A: hue angle of 139.35º 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 #405F4A is Cyan = 0.33, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.63.

Color convert

RGB 64 95 74 -
CMYK 0.33 0 0.22 0.63
HSL 139.35º 0.19% 0.31% -
HSV(B) 139.35º 0.33% 0.37% -
XYZ 7.44 9.77 7.97 -
YUV 83.34 122.73 114.21 -
System Red Green Blue C M Y K H S L
Decimal 64 95 74 0.33 0 0.22 0.63 139.35 0.19 0.31
Hex 40 5F 4A 21 0 16 3F 8B 13 1F
Octal 100 137 112 41 0 26 77 213 23 37
Binary 1000000 1011111 1001010 100001 0 10110 111111 10001011 10011 11111

Color Harmonies of #405F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405F4A

Black with #405F4A

Text Example


Text Example

White with #405F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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