Html Css Color HEX #45584C Feldgrau

📋 copy color: '#45584C'

red 69 ◦ green 88 ◦ blue 76

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

Shades of Feldgrau #45584C

Tints of Feldgrau #45584C

RGB

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

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

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

R = 29.61%
G = 37.77%
B = 32.62%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.14

 K value IS 0.65

RGB Variations

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

Color information

#45584C (or 0x45584C) is known color: Feldgrau. HEX triplet: 45, 58 and 4C. RGB value is (69,88,76). Sum of RGB (Red+Green+Blue) = 69+88+76=233 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.61% from 233); Green value is 88 (34.77% from 255 or 37.77% from 233); Blue value is 76 (30.08% from 255 or 32.62% from 233); Max value from RGB is 88 - color contains mainly: green. Hex color #45584C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45584C is #BAA7B3. Grayscale: #505050. Windows color (decimal): -12232628 or 5003333. OLE color: 5003333.

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

Color convert

RGB 69 88 76 -
CMYK 0.22 0 0.14 0.65
HSL 142.11º 0.12% 0.31% -
HSV(B) 142.11º 0.22% 0.35% -
XYZ 7.25 8.77 8.15 -
YUV 80.95 125.21 119.48 -
System Red Green Blue C M Y K H S L
Decimal 69 88 76 0.22 0 0.14 0.65 142.11 0.12 0.31
Hex 45 58 4C 16 0 E 41 8E C 1F
Octal 105 130 114 26 0 16 101 216 14 37
Binary 1000101 1011000 1001100 10110 0 1110 1000001 10001110 1100 11111

Color Harmonies of #45584C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45584C

Black with #45584C

Text Example


Text Example

White with #45584C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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