#426B51

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

Shades of Feldgrau #426B51

Tints of Feldgrau #426B51

Color information

#426B51 (or 0x426B51) is unknown color: approx Feldgrau. HEX triplet: 42, 6B and 51. RGB value is (66,107,81). Sum of RGB (Red+Green+Blue) = 66+107+81=254 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.98% from 254); Green value is 107 (42.19% from 255 or 42.13% from 254); Blue value is 81 (32.03% from 255 or 31.89% from 254); Max value from RGB is 107 - color contains mainly: green. Hex color #426B51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426B51 is #BD94AE. Grayscale: #5B5B5B. Windows color (decimal): -12424367 or 5335874. OLE color: 5335874.

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

Color convert

RGB6610781-
CMYK0.3800.240.58
HSL141.95º23.7%33.92%-
HSV(B)141.95º38.32%41.96%-
XYZ8.9912.279.68-
YUV91.78121.92109.61-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.98%
GREEN value IS 107 (42.19% from 255) = 42.13%
BLUE value IS 81 (32.03% from 255) = 31.89%
R=25.98%
G=42.13%
B=31.89%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal66107810.3800.240.58141.9523.733.92
Hex426B51260183A8e1822
Octal10215312146030722163042
Binary1000010110101110100011001100110001110101000111011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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