#425948

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

Shades of Feldgrau #425948

Tints of Feldgrau #425948

Color information

#425948 (or 0x425948) is unknown color: approx Feldgrau. HEX triplet: 42, 59 and 48. RGB value is (66,89,72). Sum of RGB (Red+Green+Blue) = 66+89+72=227 (30% of max value = 765). Red value is 66 (26.17% from 255 or 29.07% from 227); Green value is 89 (35.16% from 255 or 39.21% from 227); Blue value is 72 (28.52% from 255 or 31.72% from 227); Max value from RGB is 89 - color contains mainly: green. Hex color #425948 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425948 is #BDA6B7. Grayscale: #505050. Windows color (decimal): -12428984 or 4741442. OLE color: 4741442.

HSL color Cylindrical-coordinate representation of color #425948: hue angle of 135.65º 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 #425948 is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.65.

Color convert

RGB668972-
CMYK0.2600.190.65
HSL135.65º14.84%30.39%-
HSV(B)135.65º25.84%34.9%-
XYZ6.998.777.46-
YUV80.18123.38117.88-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.07%
GREEN value IS 89 (35.16% from 255) = 39.21%
BLUE value IS 72 (28.52% from 255) = 31.72%
R=29.07%
G=39.21%
B=31.72%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6689720.2600.190.65135.6514.8430.39
Hex4259481A0134188f1e
Octal102131110320231012101736
Binary10000101011001100100011010010011100000110001000111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425948; }

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

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

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

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

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

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

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

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