#426650

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

Shades of Feldgrau #426650

Tints of Feldgrau #426650

Color information

#426650 (or 0x426650) is unknown color: approx Feldgrau. HEX triplet: 42, 66 and 50. RGB value is (66,102,80). Sum of RGB (Red+Green+Blue) = 66+102+80=248 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.61% from 248); Green value is 102 (40.23% from 255 or 41.13% from 248); Blue value is 80 (31.64% from 255 or 32.26% from 248); Max value from RGB is 102 - color contains mainly: green. Hex color #426650 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426650 is #BD99AF. Grayscale: #585858. Windows color (decimal): -12425648 or 5269058. OLE color: 5269058.

HSL color Cylindrical-coordinate representation of color #426650: hue angle of 143.33º 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 #426650 is Cyan = 0.35, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.6.

Color convert

RGB6610280-
CMYK0.3500.220.6
HSL143.33º21.43%32.94%-
HSV(B)143.33º35.29%40%-
XYZ8.4511.249.31-
YUV88.73123.07111.79-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.61%
GREEN value IS 102 (40.23% from 255) = 41.13%
BLUE value IS 80 (31.64% from 255) = 32.26%
R=26.61%
G=41.13%
B=32.26%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal66102800.3500.220.6143.3321.4332.94
Hex426650230163C8f1521
Octal10214612043026742172541
Binary1000010110011010100001000110101101111001000111110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426650; }

 p { color: rgb(66,102,80); }

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

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

 a { background-color: rgb(66,102,80); }

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

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

 span { border-color: rgb(66,102,80); }

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