Html Css Color HEX #445D4C Feldgrau

📋 copy color: '#445D4C'

red 68 ◦ green 93 ◦ blue 76

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

Shades of Feldgrau #445D4C

Tints of Feldgrau #445D4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 32.07%

R = 28.69%
G = 39.24%
B = 32.07%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.18

 K value IS 0.64

RGB Variations

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

Color information

#445D4C (or 0x445D4C) is known color: Feldgrau. HEX triplet: 44, 5D and 4C. RGB value is (68,93,76). Sum of RGB (Red+Green+Blue) = 68+93+76=237 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.69% from 237); Green value is 93 (36.72% from 255 or 39.24% from 237); Blue value is 76 (30.08% from 255 or 32.07% from 237); Max value from RGB is 93 - color contains mainly: green. Hex color #445D4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445D4C is #BBA2B3. Grayscale: #535353. Windows color (decimal): -12296884 or 5004612. OLE color: 5004612.

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

Color convert

RGB 68 93 76 -
CMYK 0.27 0 0.18 0.64
HSL 139.2º 0.16% 0.32% -
HSV(B) 139.2º 0.27% 0.36% -
XYZ 7.6 9.58 8.29 -
YUV 83.59 123.72 116.88 -
System Red Green Blue C M Y K H S L
Decimal 68 93 76 0.27 0 0.18 0.64 139.2 0.16 0.32
Hex 44 5D 4C 1B 0 12 40 8B 10 20
Octal 104 135 114 33 0 22 100 213 20 40
Binary 1000100 1011101 1001100 11011 0 10010 1000000 10001011 10000 100000

Color Harmonies of #445D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445D4C

Black with #445D4C

Text Example


Text Example

White with #445D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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