#426752

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

Shades of Feldgrau #426752

Tints of Feldgrau #426752

Color information

#426752 (or 0x426752) is unknown color: approx Feldgrau. HEX triplet: 42, 67 and 52. RGB value is (66,103,82). Sum of RGB (Red+Green+Blue) = 66+103+82=251 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.29% from 251); Green value is 103 (40.62% from 255 or 41.04% from 251); Blue value is 82 (32.42% from 255 or 32.67% from 251); Max value from RGB is 103 - color contains mainly: green. Hex color #426752 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426752 is #BD98AD. Grayscale: #595959. Windows color (decimal): -12425390 or 5400386. OLE color: 5400386.

HSL color Cylindrical-coordinate representation of color #426752: hue angle of 145.95º 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 #426752 is Cyan = 0.36, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.60.

Color convert

RGB6610382-
CMYK0.3600.200.60
HSL145.95º21.89%33.14%-
HSV(B)145.95º35.92%40.39%-
XYZ8.6211.479.74-
YUV89.54123.74111.21-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.29%
GREEN value IS 103 (40.62% from 255) = 41.04%
BLUE value IS 82 (32.42% from 255) = 32.67%
R=26.29%
G=41.04%
B=32.67%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal66103820.3600.200.60145.9521.8933.14
Hex426752240143C921621
Octal10214712244024742222641
Binary1000010110011110100101001000101001111001001001010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426752; }

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

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

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

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

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

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

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

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