Html Css Color HEX #445848 Feldgrau

📋 copy color: '#445848'

red 68 ◦ green 88 ◦ blue 72

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

Shades of Feldgrau #445848

Tints of Feldgrau #445848

RGB

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

 GREEN value IS 88 (34.77% from 255) = 38.6%

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

R = 29.82%
G = 38.6%
B = 31.58%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.18

 K value IS 0.65

RGB Variations

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

Color information

#445848 (or 0x445848) is known color: Feldgrau. HEX triplet: 44, 58 and 48. RGB value is (68,88,72). Sum of RGB (Red+Green+Blue) = 68+88+72=228 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.82% from 228); Green value is 88 (34.77% from 255 or 38.60% from 228); Blue value is 72 (28.52% from 255 or 31.58% from 228); Max value from RGB is 88 - color contains mainly: green. Hex color #445848 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445848 is #BBA7B7. Grayscale: #505050. Windows color (decimal): -12298168 or 4741188. OLE color: 4741188.

HSL color Cylindrical-coordinate representation of color #445848: hue angle of 132º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #445848 is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.65.

Color convert

RGB 68 88 72 -
CMYK 0.23 0 0.18 0.65
HSL 132º 0.13% 0.31% -
HSV(B) 132º 0.23% 0.35% -
XYZ 7.04 8.68 7.43 -
YUV 80.2 123.37 119.3 -
System Red Green Blue C M Y K H S L
Decimal 68 88 72 0.23 0 0.18 0.65 132 0.13 0.31
Hex 44 58 48 17 0 12 41 84 D 1F
Octal 104 130 110 27 0 22 101 204 15 37
Binary 1000100 1011000 1001000 10111 0 10010 1000001 10000100 1101 11111

Color Harmonies of #445848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445848

Black with #445848

Text Example


Text Example

White with #445848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445848; }

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

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

background-color css

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

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

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

border-color css

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

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

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