Html Css Color HEX #45594C Feldgrau

📋 copy color: '#45594C'

red 69 ◦ green 89 ◦ blue 76

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

Shades of Feldgrau #45594C

Tints of Feldgrau #45594C

RGB

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

 GREEN value IS 89 (35.16% from 255) = 38.03%

 BLUE value IS 76 (30.08% from 255) = 32.48%

R = 29.49%
G = 38.03%
B = 32.48%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.15

 K value IS 0.65

RGB Variations

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

Color information

#45594C (or 0x45594C) is known color: Feldgrau. HEX triplet: 45, 59 and 4C. RGB value is (69,89,76). Sum of RGB (Red+Green+Blue) = 69+89+76=234 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.49% from 234); Green value is 89 (35.16% from 255 or 38.03% from 234); Blue value is 76 (30.08% from 255 or 32.48% from 234); Max value from RGB is 89 - color contains mainly: green. Hex color #45594C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45594C is #BAA6B3. Grayscale: #515151. Windows color (decimal): -12232372 or 5003589. OLE color: 5003589.

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

Color convert

RGB 69 89 76 -
CMYK 0.22 0 0.15 0.65
HSL 141º 0.13% 0.31% -
HSV(B) 141º 0.22% 0.35% -
XYZ 7.33 8.93 8.18 -
YUV 81.54 124.87 119.06 -
System Red Green Blue C M Y K H S L
Decimal 69 89 76 0.22 0 0.15 0.65 141 0.13 0.31
Hex 45 59 4C 16 0 F 41 8D D 1F
Octal 105 131 114 26 0 17 101 215 15 37
Binary 1000101 1011001 1001100 10110 0 1111 1000001 10001101 1101 11111

Color Harmonies of #45594C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45594C

Black with #45594C

Text Example


Text Example

White with #45594C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45594C; }

 p { color: rgb(69,89,76); }

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

background-color css

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

 a { background-color: rgb(69,89,76); }

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

border-color css

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

 span { border-color: rgb(69,89,76); }

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