#405D48

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

Shades of Feldgrau #405D48

Tints of Feldgrau #405D48

Color information

#405D48 (or 0x405D48) is unknown color: approx Feldgrau. HEX triplet: 40, 5D and 48. RGB value is (64,93,72). Sum of RGB (Red+Green+Blue) = 64+93+72=229 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.95% from 229); Green value is 93 (36.72% from 255 or 40.61% from 229); Blue value is 72 (28.52% from 255 or 31.44% from 229); Max value from RGB is 93 - color contains mainly: green. Hex color #405D48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405D48 is #BFA2B7. Grayscale: #515151. Windows color (decimal): -12559032 or 4742464. OLE color: 4742464.

HSL color Cylindrical-coordinate representation of color #405D48: hue angle of 136.55º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #405D48 is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.64.

Color convert

RGB649372-
CMYK0.3100.230.64
HSL136.55º18.47%30.78%-
HSV(B)136.55º31.18%36.47%-
XYZ7.29.397.56-
YUV81.93122.39115.21-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.95%
GREEN value IS 93 (36.72% from 255) = 40.61%
BLUE value IS 72 (28.52% from 255) = 31.44%
R=27.95%
G=40.61%
B=31.44%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6493720.3100.230.64136.5518.4730.78
Hex405D481F0174089121f
Octal100135110370271002112237
Binary100000010111011001000111110101111000000100010011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,93,72); }

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

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

 a { background-color: rgb(64,93,72); }

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

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

 span { border-color: rgb(64,93,72); }

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