#425848

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

Shades of Feldgrau #425848

Tints of Feldgrau #425848

Color information

#425848 (or 0x425848) is unknown color: approx Feldgrau. HEX triplet: 42, 58 and 48. RGB value is (66,88,72). Sum of RGB (Red+Green+Blue) = 66+88+72=226 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.20% from 226); Green value is 88 (34.77% from 255 or 38.94% from 226); Blue value is 72 (28.52% from 255 or 31.86% from 226); Max value from RGB is 88 - color contains mainly: green. Hex color #425848 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425848 is #BDA7B7. Grayscale: #4F4F4F. Windows color (decimal): -12429240 or 4741186. OLE color: 4741186.

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

Color convert

RGB668872-
CMYK0.2500.180.65
HSL136.36º14.29%30.2%-
HSV(B)136.36º25%34.51%-
XYZ6.918.617.43-
YUV79.6123.71118.3-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.20%
GREEN value IS 88 (34.77% from 255) = 38.94%
BLUE value IS 72 (28.52% from 255) = 31.86%
R=29.20%
G=38.94%
B=31.86%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6688720.2500.180.65136.3614.2930.2
Hex425848190124188e1e
Octal102130110310221012101636
Binary10000101011000100100011001010010100000110001000111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425848; }

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

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

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

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

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

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

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

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