#426951

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

Shades of Feldgrau #426951

Tints of Feldgrau #426951

Color information

#426951 (or 0x426951) is unknown color: approx Feldgrau. HEX triplet: 42, 69 and 51. RGB value is (66,105,81). Sum of RGB (Red+Green+Blue) = 66+105+81=252 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.19% from 252); Green value is 105 (41.41% from 255 or 41.67% from 252); Blue value is 81 (32.03% from 255 or 32.14% from 252); Max value from RGB is 105 - color contains mainly: green. Hex color #426951 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426951 is #BD96AE. Grayscale: #5A5A5A. Windows color (decimal): -12424879 or 5335362. OLE color: 5335362.

HSL color Cylindrical-coordinate representation of color #426951: hue angle of 143.08º 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 #426951 is Cyan = 0.37, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.59.

Color convert

RGB6610581-
CMYK0.3700.230.59
HSL143.08º22.81%33.53%-
HSV(B)143.08º37.14%41.18%-
XYZ8.7811.869.61-
YUV90.6122.58110.45-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.19%
GREEN value IS 105 (41.41% from 255) = 41.67%
BLUE value IS 81 (32.03% from 255) = 32.14%
R=26.19%
G=41.67%
B=32.14%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal66105810.3700.230.59143.0822.8133.53
Hex426951250173B8f1722
Octal10215112145027732172742
Binary1000010110100110100011001010101111110111000111110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426951; }

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

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

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

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

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

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

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

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