#425A49

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

Shades of Feldgrau #425A49

Tints of Feldgrau #425A49

Color information

#425A49 (or 0x425A49) is unknown color: approx Feldgrau. HEX triplet: 42, 5A and 49. RGB value is (66,90,73). Sum of RGB (Red+Green+Blue) = 66+90+73=229 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.82% from 229); Green value is 90 (35.55% from 255 or 39.30% from 229); Blue value is 73 (28.91% from 255 or 31.88% from 229); Max value from RGB is 90 - color contains mainly: green. Hex color #425A49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425A49 is #BDA5B6. Grayscale: #505050. Windows color (decimal): -12428727 or 4807234. OLE color: 4807234.

HSL color Cylindrical-coordinate representation of color #425A49: hue angle of 137.5º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #425A49 is Cyan = 0.27, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.65.

Color convert

RGB669073-
CMYK0.2700.190.65
HSL137.5º15.38%30.59%-
HSV(B)137.5º26.67%35.29%-
XYZ7.118.957.66-
YUV80.89123.55117.38-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.82%
GREEN value IS 90 (35.55% from 255) = 39.30%
BLUE value IS 73 (28.91% from 255) = 31.88%
R=28.82%
G=39.30%
B=31.88%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6690730.2700.190.65137.515.3830.59
Hex425A491B0134189f1f
Octal102132111330231012111737
Binary10000101011010100100111011010011100000110001001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425A49; }

 p { color: rgb(66,90,73); }

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

<style>
 a { background-color: #425A49; }

 a { background-color: rgb(66,90,73); }

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

<style>
 span { border-color: #425A49; }

 span { border-color: rgb(66,90,73); }

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