Html Css Color HEX #445748 Feldgrau

📋 copy color: '#445748'

red 68 ◦ green 87 ◦ blue 72

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

Shades of Feldgrau #445748

Tints of Feldgrau #445748

RGB

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

 GREEN value IS 87 (34.38% from 255) = 38.33%

 BLUE value IS 72 (28.52% from 255) = 31.72%

R = 29.96%
G = 38.33%
B = 31.72%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.17

 K value IS 0.66

RGB Variations

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

Color information

#445748 (or 0x445748) is known color: Feldgrau. HEX triplet: 44, 57 and 48. RGB value is (68,87,72). Sum of RGB (Red+Green+Blue) = 68+87+72=227 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.96% from 227); Green value is 87 (34.38% from 255 or 38.33% from 227); Blue value is 72 (28.52% from 255 or 31.72% from 227); Max value from RGB is 87 - color contains mainly: green. Hex color #445748 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445748 is #BBA8B7. Grayscale: #4F4F4F. Windows color (decimal): -12298424 or 4740932. OLE color: 4740932.

HSL color Cylindrical-coordinate representation of color #445748: hue angle of 132.63º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #445748 is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.66.

Color convert

RGB 68 87 72 -
CMYK 0.22 0 0.17 0.66
HSL 132.63º 0.12% 0.3% -
HSV(B) 132.63º 0.22% 0.34% -
XYZ 6.96 8.51 7.41 -
YUV 79.61 123.71 119.72 -
System Red Green Blue C M Y K H S L
Decimal 68 87 72 0.22 0 0.17 0.66 132.63 0.12 0.3
Hex 44 57 48 16 0 11 42 85 C 1E
Octal 104 127 110 26 0 21 102 205 14 36
Binary 1000100 1010111 1001000 10110 0 10001 1000010 10000101 1100 11110

Color Harmonies of #445748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445748

Black with #445748

Text Example


Text Example

White with #445748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445748; }

 p { color: rgb(68,87,72); }

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

background-color css

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

 a { background-color: rgb(68,87,72); }

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

border-color css

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

 span { border-color: rgb(68,87,72); }

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