Html Css Color HEX #45584A Feldgrau

📋 copy color: '#45584A'

red 69 ◦ green 88 ◦ blue 74

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

Shades of Feldgrau #45584A

Tints of Feldgrau #45584A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 32.03%

R = 29.87%
G = 38.1%
B = 32.03%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#45584A (or 0x45584A) is known color: Feldgrau. HEX triplet: 45, 58 and 4A. RGB value is (69,88,74). Sum of RGB (Red+Green+Blue) = 69+88+74=231 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.87% from 231); Green value is 88 (34.77% from 255 or 38.10% from 231); Blue value is 74 (29.30% from 255 or 32.03% from 231); Max value from RGB is 88 - color contains mainly: green. Hex color #45584A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45584A is #BAA7B5. Grayscale: #505050. Windows color (decimal): -12232630 or 4872261. OLE color: 4872261.

HSL color Cylindrical-coordinate representation of color #45584A: hue angle of 135.79º degrees, saturation: 0.12, 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 #45584A is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB 69 88 74 -
CMYK 0.22 0 0.16 0.65
HSL 135.79º 0.12% 0.31% -
HSV(B) 135.79º 0.22% 0.35% -
XYZ 7.18 8.74 7.79 -
YUV 80.72 124.21 119.64 -
System Red Green Blue C M Y K H S L
Decimal 69 88 74 0.22 0 0.16 0.65 135.79 0.12 0.31
Hex 45 58 4A 16 0 10 41 88 C 1F
Octal 105 130 112 26 0 20 101 210 14 37
Binary 1000101 1011000 1001010 10110 0 10000 1000001 10001000 1100 11111

Color Harmonies of #45584A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45584A

Black with #45584A

Text Example


Text Example

White with #45584A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45584A; }

 p { color: rgb(69,88,74); }

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

background-color css

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

 a { background-color: rgb(69,88,74); }

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

border-color css

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

 span { border-color: rgb(69,88,74); }

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