#426551

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

Shades of Feldgrau #426551

Tints of Feldgrau #426551

Color information

#426551 (or 0x426551) is unknown color: approx Feldgrau. HEX triplet: 42, 65 and 51. RGB value is (66,101,81). Sum of RGB (Red+Green+Blue) = 66+101+81=248 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.61% from 248); Green value is 101 (39.84% from 255 or 40.73% from 248); Blue value is 81 (32.03% from 255 or 32.66% from 248); Max value from RGB is 101 - color contains mainly: green. Hex color #426551 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426551 is #BD9AAE. Grayscale: #585858. Windows color (decimal): -12425903 or 5334338. OLE color: 5334338.

HSL color Cylindrical-coordinate representation of color #426551: hue angle of 145.71º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #426551 is Cyan = 0.35, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.60.

Color convert

RGB6610181-
CMYK0.3500.200.60
HSL145.71º20.96%32.75%-
HSV(B)145.71º34.65%39.61%-
XYZ8.3911.069.48-
YUV88.26123.9112.13-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.61%
GREEN value IS 101 (39.84% from 255) = 40.73%
BLUE value IS 81 (32.03% from 255) = 32.66%
R=26.61%
G=40.73%
B=32.66%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal66101810.3500.200.60145.7120.9632.75
Hex426551230143C921521
Octal10214512143024742222541
Binary1000010110010110100011000110101001111001001001010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426551; }

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

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

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

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

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

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

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

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