Html Css Color HEX #455749 Feldgrau

📋 copy color: '#455749'

red 69 ◦ green 87 ◦ blue 73

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

Shades of Feldgrau #455749

Tints of Feldgrau #455749

RGB

 RED value IS 69 (27.34% from 255) = 30.13%

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

 BLUE value IS 73 (28.91% from 255) = 31.88%

R = 30.13%
G = 37.99%
B = 31.88%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.16

 K value IS 0.66

RGB Variations

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

Color information

#455749 (or 0x455749) is known color: Feldgrau. HEX triplet: 45, 57 and 49. RGB value is (69,87,73). Sum of RGB (Red+Green+Blue) = 69+87+73=229 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30.13% from 229); Green value is 87 (34.38% from 255 or 37.99% from 229); Blue value is 73 (28.91% from 255 or 31.88% from 229); Max value from RGB is 87 - color contains mainly: green. Hex color #455749 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455749 is #BAA8B6. Grayscale: #505050. Windows color (decimal): -12232887 or 4806469. OLE color: 4806469.

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

Color convert

RGB 69 87 73 -
CMYK 0.21 0 0.16 0.66
HSL 133.33º 0.12% 0.31% -
HSV(B) 133.33º 0.21% 0.34% -
XYZ 7.07 8.56 7.58 -
YUV 80.02 124.04 120.14 -
System Red Green Blue C M Y K H S L
Decimal 69 87 73 0.21 0 0.16 0.66 133.33 0.12 0.31
Hex 45 57 49 15 0 10 42 85 C 1F
Octal 105 127 111 25 0 20 102 205 14 37
Binary 1000101 1010111 1001001 10101 0 10000 1000010 10000101 1100 11111

Color Harmonies of #455749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455749

Black with #455749

Text Example


Text Example

White with #455749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455749; }

 p { color: rgb(69,87,73); }

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

background-color css

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

 a { background-color: rgb(69,87,73); }

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

border-color css

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

 span { border-color: rgb(69,87,73); }

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