#44604E

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

Shades of Feldgrau #44604E

Tints of Feldgrau #44604E

Color information

#44604E (or 0x44604E) is unknown color: approx Feldgrau. HEX triplet: 44, 60 and 4E. RGB value is (68,96,78). Sum of RGB (Red+Green+Blue) = 68+96+78=242 (32% of max value = 765). Red value is 68 (26.95% from 255 or 28.10% from 242); Green value is 96 (37.89% from 255 or 39.67% from 242); Blue value is 78 (30.86% from 255 or 32.23% from 242); Max value from RGB is 96 - color contains mainly: green. Hex color #44604E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44604E is #BB9FB1. Grayscale: #555555. Windows color (decimal): -12296114 or 5136452. OLE color: 5136452.

HSL color Cylindrical-coordinate representation of color #44604E: hue angle of 141.43º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #44604E is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB689678-
CMYK0.2900.190.62
HSL141.43º17.07%32.16%-
HSV(B)141.43º29.17%37.65%-
XYZ7.9410.148.75-
YUV85.58123.72115.46-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.10%
GREEN value IS 96 (37.89% from 255) = 39.67%
BLUE value IS 78 (30.86% from 255) = 32.23%
R=28.10%
G=39.67%
B=32.23%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6896780.2900.190.62141.4317.0732.16
Hex44604E1D0133E8d1120
Octal10414011635023762152140
Binary100010011000001001110111010100111111101000110110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44604E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44604E; }

 p { color: rgb(68,96,78); }

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

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

 a { background-color: rgb(68,96,78); }

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

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

 span { border-color: rgb(68,96,78); }

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