#445C4A

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

Shades of Feldgrau #445C4A

Tints of Feldgrau #445C4A

Color information

#445C4A (or 0x445C4A) is unknown color: approx Feldgrau. HEX triplet: 44, 5C and 4A. RGB value is (68,92,74). Sum of RGB (Red+Green+Blue) = 68+92+74=234 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.06% from 234); Green value is 92 (36.33% from 255 or 39.32% from 234); Blue value is 74 (29.30% from 255 or 31.62% from 234); Max value from RGB is 92 - color contains mainly: green. Hex color #445C4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445C4A is #BBA3B5. Grayscale: #525252. Windows color (decimal): -12297142 or 4873284. OLE color: 4873284.

HSL color Cylindrical-coordinate representation of color #445C4A: hue angle of 135º 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 #445C4A is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.64.

Color convert

RGB689274-
CMYK0.2600.200.64
HSL135º15%31.37%-
HSV(B)135º26.09%36.08%-
XYZ7.459.387.9-
YUV82.77123.05117.46-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.06%
GREEN value IS 92 (36.33% from 255) = 39.32%
BLUE value IS 74 (29.30% from 255) = 31.62%
R=29.06%
G=39.32%
B=31.62%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6892740.2600.200.641351531.37
Hex445C4A1A0144087f1f
Octal104134112320241002071737
Binary10001001011100100101011010010100100000010000111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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