Html Css Color HEX #445D4A Feldgrau

📋 copy color: '#445D4A'

red 68 ◦ green 93 ◦ blue 74

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

Shades of Feldgrau #445D4A

Tints of Feldgrau #445D4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 31.49%

R = 28.94%
G = 39.57%
B = 31.49%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.20

 K value IS 0.64

RGB Variations

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

Color information

#445D4A (or 0x445D4A) is known color: Feldgrau. HEX triplet: 44, 5D and 4A. RGB value is (68,93,74). Sum of RGB (Red+Green+Blue) = 68+93+74=235 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.94% from 235); Green value is 93 (36.72% from 255 or 39.57% from 235); Blue value is 74 (29.30% from 255 or 31.49% from 235); Max value from RGB is 93 - color contains mainly: green. Hex color #445D4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445D4A is #BBA2B5. Grayscale: #535353. Windows color (decimal): -12296886 or 4873540. OLE color: 4873540.

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

Color convert

RGB 68 93 74 -
CMYK 0.27 0 0.20 0.64
HSL 134.4º 0.16% 0.32% -
HSV(B) 134.4º 0.27% 0.36% -
XYZ 7.53 9.55 7.93 -
YUV 83.36 122.72 117.04 -
System Red Green Blue C M Y K H S L
Decimal 68 93 74 0.27 0 0.20 0.64 134.4 0.16 0.32
Hex 44 5D 4A 1B 0 14 40 86 10 20
Octal 104 135 112 33 0 24 100 206 20 40
Binary 1000100 1011101 1001010 11011 0 10100 1000000 10000110 10000 100000

Color Harmonies of #445D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445D4A

Black with #445D4A

Text Example


Text Example

White with #445D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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