#426751

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

Shades of Feldgrau #426751

Tints of Feldgrau #426751

Color information

#426751 (or 0x426751) is unknown color: approx Feldgrau. HEX triplet: 42, 67 and 51. RGB value is (66,103,81). Sum of RGB (Red+Green+Blue) = 66+103+81=250 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.4% from 250); Green value is 103 (40.62% from 255 or 41.2% from 250); Blue value is 81 (32.03% from 255 or 32.4% from 250); Max value from RGB is 103 - color contains mainly: green. Hex color #426751 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426751 is #BD98AE. Grayscale: #595959. Windows color (decimal): -12425391 or 5334850. OLE color: 5334850.

HSL color Cylindrical-coordinate representation of color #426751: hue angle of 144.32º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #426751 is Cyan = 0.36, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.60.

Color convert

RGB6610381-
CMYK0.3600.210.60
HSL144.32º21.89%33.14%-
HSV(B)144.32º35.92%40.39%-
XYZ8.5811.459.54-
YUV89.43123.24111.29-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.4%
GREEN value IS 103 (40.62% from 255) = 41.2%
BLUE value IS 81 (32.03% from 255) = 32.4%
R=26.4%
G=41.2%
B=32.4%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal66103810.3600.210.60144.3221.8933.14
Hex426751240153C901621
Octal10214712144025742202641
Binary1000010110011110100011001000101011111001001000010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426751; }

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

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

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

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

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

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

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

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