Html Css Color HEX #445F4E Feldgrau

📋 copy color: '#445F4E'

red 68 ◦ green 95 ◦ blue 78

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

Shades of Feldgrau #445F4E

Tints of Feldgrau #445F4E

RGB

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

 GREEN value IS 95 (37.5% from 255) = 39.42%

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

R = 28.22%
G = 39.42%
B = 32.37%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.18

 K value IS 0.63

RGB Variations

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

Color information

#445F4E (or 0x445F4E) is known color: Feldgrau. HEX triplet: 44, 5F and 4E. RGB value is (68,95,78). Sum of RGB (Red+Green+Blue) = 68+95+78=241 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.22% from 241); Green value is 95 (37.5% from 255 or 39.42% from 241); Blue value is 78 (30.86% from 255 or 32.37% from 241); Max value from RGB is 95 - color contains mainly: green. Hex color #445F4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445F4E is #BBA0B1. Grayscale: #555555. Windows color (decimal): -12296370 or 5136196. OLE color: 5136196.

HSL color Cylindrical-coordinate representation of color #445F4E: hue angle of 142.22º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #445F4E is Cyan = 0.28, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.63.

Color convert

RGB 68 95 78 -
CMYK 0.28 0 0.18 0.63
HSL 142.22º 0.17% 0.32% -
HSV(B) 142.22º 0.28% 0.37% -
XYZ 7.85 9.96 8.72 -
YUV 84.99 124.05 115.88 -
System Red Green Blue C M Y K H S L
Decimal 68 95 78 0.28 0 0.18 0.63 142.22 0.17 0.32
Hex 44 5F 4E 1C 0 12 3F 8E 11 20
Octal 104 137 116 34 0 22 77 216 21 40
Binary 1000100 1011111 1001110 11100 0 10010 111111 10001110 10001 100000

Color Harmonies of #445F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445F4E

Black with #445F4E

Text Example


Text Example

White with #445F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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