#445C4B

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

Shades of Feldgrau #445C4B

Tints of Feldgrau #445C4B

Color information

#445C4B (or 0x445C4B) is unknown color: approx Feldgrau. HEX triplet: 44, 5C and 4B. RGB value is (68,92,75). Sum of RGB (Red+Green+Blue) = 68+92+75=235 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.94% from 235); Green value is 92 (36.33% from 255 or 39.15% from 235); Blue value is 75 (29.69% from 255 or 31.91% from 235); Max value from RGB is 92 - color contains mainly: green. Hex color #445C4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445C4B is #BBA3B4. Grayscale: #525252. Windows color (decimal): -12297141 or 4938820. OLE color: 4938820.

HSL color Cylindrical-coordinate representation of color #445C4B: hue angle of 137.5º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #445C4B is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.64.

Color convert

RGB689275-
CMYK0.2600.180.64
HSL137.5º15%31.37%-
HSV(B)137.5º26.09%36.08%-
XYZ7.489.398.08-
YUV82.89123.55117.38-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.94%
GREEN value IS 92 (36.33% from 255) = 39.15%
BLUE value IS 75 (29.69% from 255) = 31.91%
R=28.94%
G=39.15%
B=31.91%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6892750.2600.180.64137.51531.37
Hex445C4B1A0124089f1f
Octal104134113320221002111737
Binary10001001011100100101111010010010100000010001001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445C4B; }

 p { color: rgb(68,92,75); }

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

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

 a { background-color: rgb(68,92,75); }

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

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

 span { border-color: rgb(68,92,75); }

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