#426C51

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

Shades of Feldgrau #426C51

Tints of Feldgrau #426C51

Color information

#426C51 (or 0x426C51) is unknown color: approx Feldgrau. HEX triplet: 42, 6C and 51. RGB value is (66,108,81). Sum of RGB (Red+Green+Blue) = 66+108+81=255 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.88% from 255); Green value is 108 (42.58% from 255 or 42.35% from 255); Blue value is 81 (32.03% from 255 or 31.76% from 255); Max value from RGB is 108 - color contains mainly: green. Hex color #426C51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426C51 is #BD93AE. Grayscale: #5C5C5C. Windows color (decimal): -12424111 or 5336130. OLE color: 5336130.

HSL color Cylindrical-coordinate representation of color #426C51: hue angle of 141.43º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #426C51 is Cyan = 0.39, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.58.

Color convert

RGB6610881-
CMYK0.3900.250.58
HSL141.43º24.14%34.12%-
HSV(B)141.43º38.89%42.35%-
XYZ9.0912.489.71-
YUV92.36121.59109.2-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.88%
GREEN value IS 108 (42.58% from 255) = 42.35%
BLUE value IS 81 (32.03% from 255) = 31.76%
R=25.88%
G=42.35%
B=31.76%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal66108810.3900.250.58141.4324.1434.12
Hex426C51270193A8d1822
Octal10215412147031722153042
Binary1000010110110010100011001110110011110101000110111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426C51; }

 p { color: rgb(66,108,81); }

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

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

 a { background-color: rgb(66,108,81); }

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

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

 span { border-color: rgb(66,108,81); }

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