Html Css Color HEX #455149 Feldgrau

📋 copy color: '#455149'

red 69 ◦ green 81 ◦ blue 73

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

Shades of Feldgrau #455149

Tints of Feldgrau #455149

RGB

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

 GREEN value IS 81 (32.03% from 255) = 36.32%

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

R = 30.94%
G = 36.32%
B = 32.74%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.10

 K value IS 0.68

RGB Variations

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

Color information

#455149 (or 0x455149) is known color: Feldgrau. HEX triplet: 45, 51 and 49. RGB value is (69,81,73). Sum of RGB (Red+Green+Blue) = 69+81+73=223 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.94% from 223); Green value is 81 (32.03% from 255 or 36.32% from 223); Blue value is 73 (28.91% from 255 or 32.74% from 223); Max value from RGB is 81 - color contains mainly: green. Hex color #455149 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455149 is #BAAEB6. Grayscale: #4C4C4C. Windows color (decimal): -12234423 or 4804933. OLE color: 4804933.

HSL color Cylindrical-coordinate representation of color #455149: hue angle of 140º degrees, saturation: 0.08, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #455149 is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.68.

Color convert

RGB 69 81 73 -
CMYK 0.15 0 0.10 0.68
HSL 140º 0.08% 0.29% -
HSV(B) 140º 0.15% 0.32% -
XYZ 6.6 7.63 7.43 -
YUV 76.5 126.02 122.65 -
System Red Green Blue C M Y K H S L
Decimal 69 81 73 0.15 0 0.10 0.68 140 0.08 0.29
Hex 45 51 49 F 0 A 44 8C 8 1D
Octal 105 121 111 17 0 12 104 214 10 35
Binary 1000101 1010001 1001001 1111 0 1010 1000100 10001100 1000 11101

Color Harmonies of #455149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455149

Black with #455149

Text Example


Text Example

White with #455149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455149; }

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

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

background-color css

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

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

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

border-color css

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

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

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