#425949

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

Shades of Feldgrau #425949

Tints of Feldgrau #425949

Color information

#425949 (or 0x425949) is unknown color: approx Feldgrau. HEX triplet: 42, 59 and 49. RGB value is (66,89,73). Sum of RGB (Red+Green+Blue) = 66+89+73=228 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.95% from 228); Green value is 89 (35.16% from 255 or 39.04% from 228); Blue value is 73 (28.91% from 255 or 32.02% from 228); Max value from RGB is 89 - color contains mainly: green. Hex color #425949 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425949 is #BDA6B6. Grayscale: #505050. Windows color (decimal): -12428983 or 4806978. OLE color: 4806978.

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

Color convert

RGB668973-
CMYK0.2600.180.65
HSL138.26º14.84%30.39%-
HSV(B)138.26º25.84%34.9%-
XYZ7.028.787.63-
YUV80.3123.88117.8-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.95%
GREEN value IS 89 (35.16% from 255) = 39.04%
BLUE value IS 73 (28.91% from 255) = 32.02%
R=28.95%
G=39.04%
B=32.02%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6689730.2600.180.65138.2614.8430.39
Hex4259491A012418af1e
Octal102131111320221012121736
Binary10000101011001100100111010010010100000110001010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425949; }

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

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

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

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

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

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

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

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