Html Css Color HEX #445D4E Feldgrau

📋 copy color: '#445D4E'

red 68 ◦ green 93 ◦ blue 78

#445D4E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Feldgrau #445D4E

Tints of Feldgrau #445D4E

RGB

 RED value IS 68 (26.95% from 255) = 28.45%

 GREEN value IS 93 (36.72% from 255) = 38.91%

 BLUE value IS 78 (30.86% from 255) = 32.64%

R = 28.45%
G = 38.91%
B = 32.64%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.16

 K value IS 0.64

RGB Variations

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

Color information

#445D4E (or 0x445D4E) is known color: Feldgrau. HEX triplet: 44, 5D and 4E. RGB value is (68,93,78). Sum of RGB (Red+Green+Blue) = 68+93+78=239 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.45% from 239); Green value is 93 (36.72% from 255 or 38.91% from 239); Blue value is 78 (30.86% from 255 or 32.64% from 239); Max value from RGB is 93 - color contains mainly: green. Hex color #445D4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445D4E is #BBA2B1. Grayscale: #535353. Windows color (decimal): -12296882 or 5135684. OLE color: 5135684.

HSL color Cylindrical-coordinate representation of color #445D4E: hue angle of 144º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #445D4E is Cyan = 0.27, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.64.

Color convert

RGB 68 93 78 -
CMYK 0.27 0 0.16 0.64
HSL 144º 0.16% 0.32% -
HSV(B) 144º 0.27% 0.36% -
XYZ 7.67 9.61 8.66 -
YUV 83.82 124.72 116.72 -
System Red Green Blue C M Y K H S L
Decimal 68 93 78 0.27 0 0.16 0.64 144 0.16 0.32
Hex 44 5D 4E 1B 0 10 40 90 10 20
Octal 104 135 116 33 0 20 100 220 20 40
Binary 1000100 1011101 1001110 11011 0 10000 1000000 10010000 10000 100000

Color Harmonies of #445D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445D4E

Black with #445D4E

Text Example


Text Example

White with #445D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #445D4E;
 }
 .AnyTagClassName
 {
   color: #445D4E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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