Html Css Color HEX #415B49 Feldgrau

📋 copy color: '#415B49'

red 65 ◦ green 91 ◦ blue 73

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

Shades of Feldgrau #415B49

Tints of Feldgrau #415B49

RGB

 RED value IS 65 (25.78% from 255) = 28.38%

 GREEN value IS 91 (35.94% from 255) = 39.74%

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

R = 28.38%
G = 39.74%
B = 31.88%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.20

 K value IS 0.64

RGB Variations

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

Color information

#415B49 (or 0x415B49) is known color: Feldgrau. HEX triplet: 41, 5B and 49. RGB value is (65,91,73). Sum of RGB (Red+Green+Blue) = 65+91+73=229 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.38% from 229); Green value is 91 (35.94% from 255 or 39.74% from 229); Blue value is 73 (28.91% from 255 or 31.88% from 229); Max value from RGB is 91 - color contains mainly: green. Hex color #415B49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415B49 is #BEA4B6. Grayscale: #515151. Windows color (decimal): -12494007 or 4807489. OLE color: 4807489.

HSL color Cylindrical-coordinate representation of color #415B49: hue angle of 138.46º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #415B49 is Cyan = 0.29, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.64.

Color convert

RGB 65 91 73 -
CMYK 0.29 0 0.20 0.64
HSL 138.46º 0.17% 0.31% -
HSV(B) 138.46º 0.29% 0.36% -
XYZ 7.12 9.09 7.68 -
YUV 81.17 123.39 116.46 -
System Red Green Blue C M Y K H S L
Decimal 65 91 73 0.29 0 0.20 0.64 138.46 0.17 0.31
Hex 41 5B 49 1D 0 14 40 8A 11 1F
Octal 101 133 111 35 0 24 100 212 21 37
Binary 1000001 1011011 1001001 11101 0 10100 1000000 10001010 10001 11111

Color Harmonies of #415B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415B49

Black with #415B49

Text Example


Text Example

White with #415B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415B49; }

 p { color: rgb(65,91,73); }

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

background-color css

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

 a { background-color: rgb(65,91,73); }

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

border-color css

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

 span { border-color: rgb(65,91,73); }

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