#426651

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

Shades of Feldgrau #426651

Tints of Feldgrau #426651

Color information

#426651 (or 0x426651) is unknown color: approx Feldgrau. HEX triplet: 42, 66 and 51. RGB value is (66,102,81). Sum of RGB (Red+Green+Blue) = 66+102+81=249 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.51% from 249); Green value is 102 (40.23% from 255 or 40.96% from 249); Blue value is 81 (32.03% from 255 or 32.53% from 249); Max value from RGB is 102 - color contains mainly: green. Hex color #426651 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426651 is #BD99AE. Grayscale: #585858. Windows color (decimal): -12425647 or 5334594. OLE color: 5334594.

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

Color convert

RGB6610281-
CMYK0.3500.210.6
HSL145º21.43%32.94%-
HSV(B)145º35.29%40%-
XYZ8.4811.269.51-
YUV88.84123.57111.71-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.51%
GREEN value IS 102 (40.23% from 255) = 40.96%
BLUE value IS 81 (32.03% from 255) = 32.53%
R=26.51%
G=40.96%
B=32.53%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal66102810.3500.210.614521.4332.94
Hex426651230153C911521
Octal10214612143025742212541
Binary1000010110011010100011000110101011111001001000110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426651; }

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

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

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

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

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

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

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

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