#425849

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

Shades of Feldgrau #425849

Tints of Feldgrau #425849

Color information

#425849 (or 0x425849) is unknown color: approx Feldgrau. HEX triplet: 42, 58 and 49. RGB value is (66,88,73). Sum of RGB (Red+Green+Blue) = 66+88+73=227 (30% of max value = 765). Red value is 66 (26.17% from 255 or 29.07% from 227); Green value is 88 (34.77% from 255 or 38.77% from 227); Blue value is 73 (28.91% from 255 or 32.16% from 227); Max value from RGB is 88 - color contains mainly: green. Hex color #425849 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425849 is #BDA7B6. Grayscale: #4F4F4F. Windows color (decimal): -12429239 or 4806722. OLE color: 4806722.

HSL color Cylindrical-coordinate representation of color #425849: hue angle of 139.09º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #425849 is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.65.

Color convert

RGB668873-
CMYK0.2500.170.65
HSL139.09º14.29%30.2%-
HSV(B)139.09º25%34.51%-
XYZ6.948.627.6-
YUV79.71124.21118.22-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.07%
GREEN value IS 88 (34.77% from 255) = 38.77%
BLUE value IS 73 (28.91% from 255) = 32.16%
R=29.07%
G=38.77%
B=32.16%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6688730.2500.170.65139.0914.2930.2
Hex42584919011418be1e
Octal102130111310211012131636
Binary10000101011000100100111001010001100000110001011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425849; }

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

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

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

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

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

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

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

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