#426950

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

Shades of Feldgrau #426950

Tints of Feldgrau #426950

Color information

#426950 (or 0x426950) is unknown color: approx Feldgrau. HEX triplet: 42, 69 and 50. RGB value is (66,105,80). Sum of RGB (Red+Green+Blue) = 66+105+80=251 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.29% from 251); Green value is 105 (41.41% from 255 or 41.83% from 251); Blue value is 80 (31.64% from 255 or 31.87% from 251); Max value from RGB is 105 - color contains mainly: green. Hex color #426950 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426950 is #BD96AF. Grayscale: #5A5A5A. Windows color (decimal): -12424880 or 5269826. OLE color: 5269826.

HSL color Cylindrical-coordinate representation of color #426950: hue angle of 141.54º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #426950 is Cyan = 0.37, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.59.

Color convert

RGB6610580-
CMYK0.3700.240.59
HSL141.54º22.81%33.53%-
HSV(B)141.54º37.14%41.18%-
XYZ8.7511.849.41-
YUV90.49122.08110.53-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.29%
GREEN value IS 105 (41.41% from 255) = 41.83%
BLUE value IS 80 (31.64% from 255) = 31.87%
R=26.29%
G=41.83%
B=31.87%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal66105800.3700.240.59141.5422.8133.53
Hex426950250183B8e1722
Octal10215112045030732162742
Binary1000010110100110100001001010110001110111000111010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426950; }

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

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

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

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

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

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

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

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