#425749

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

Shades of Feldgrau #425749

Tints of Feldgrau #425749

Color information

#425749 (or 0x425749) is unknown color: approx Feldgrau. HEX triplet: 42, 57 and 49. RGB value is (66,87,73). Sum of RGB (Red+Green+Blue) = 66+87+73=226 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.20% from 226); Green value is 87 (34.38% from 255 or 38.50% from 226); Blue value is 73 (28.91% from 255 or 32.30% from 226); Max value from RGB is 87 - color contains mainly: green. Hex color #425749 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425749 is #BDA8B6. Grayscale: #4F4F4F. Windows color (decimal): -12429495 or 4806466. OLE color: 4806466.

HSL color Cylindrical-coordinate representation of color #425749: hue angle of 140º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #425749 is Cyan = 0.24, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.66.

Color convert

RGB668773-
CMYK0.2400.160.66
HSL140º13.73%30%-
HSV(B)140º24.14%34.12%-
XYZ6.868.467.57-
YUV79.12124.54118.64-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.20%
GREEN value IS 87 (34.38% from 255) = 38.50%
BLUE value IS 73 (28.91% from 255) = 32.30%
R=29.20%
G=38.50%
B=32.30%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6687730.2400.160.6614013.7330
Hex42574918010428ce1e
Octal102127111300201022141636
Binary10000101010111100100111000010000100001010001100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425749; }

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

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

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

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

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

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

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

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