Html Css Color HEX #466350 Feldgrau

📋 copy color: '#466350'

red 70 ◦ green 99 ◦ blue 80

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

Shades of Feldgrau #466350

Tints of Feldgrau #466350

RGB

 RED value IS 70 (27.73% from 255) = 28.11%

 GREEN value IS 99 (39.06% from 255) = 39.76%

 BLUE value IS 80 (31.64% from 255) = 32.13%

R = 28.11%
G = 39.76%
B = 32.13%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.19

 K value IS 0.61

RGB Variations

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

Color information

#466350 (or 0x466350) is known color: Feldgrau. HEX triplet: 46, 63 and 50. RGB value is (70,99,80). Sum of RGB (Red+Green+Blue) = 70+99+80=249 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.11% from 249); Green value is 99 (39.06% from 255 or 39.76% from 249); Blue value is 80 (31.64% from 255 or 32.13% from 249); Max value from RGB is 99 - color contains mainly: green. Hex color #466350 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466350 is #B99CAF. Grayscale: #585858. Windows color (decimal): -12164272 or 5268294. OLE color: 5268294.

HSL color Cylindrical-coordinate representation of color #466350: hue angle of 140.69º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #466350 is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.61.

Color convert

RGB 70 99 80 -
CMYK 0.29 0 0.19 0.61
HSL 140.69º 0.17% 0.33% -
HSV(B) 140.69º 0.29% 0.39% -
XYZ 8.44 10.8 9.23 -
YUV 88.16 123.39 115.04 -
System Red Green Blue C M Y K H S L
Decimal 70 99 80 0.29 0 0.19 0.61 140.69 0.17 0.33
Hex 46 63 50 1D 0 13 3D 8D 11 21
Octal 106 143 120 35 0 23 75 215 21 41
Binary 1000110 1100011 1010000 11101 0 10011 111101 10001101 10001 100001

Color Harmonies of #466350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466350

Black with #466350

Text Example


Text Example

White with #466350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466350; }

 p { color: rgb(70,99,80); }

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

background-color css

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

 a { background-color: rgb(70,99,80); }

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

border-color css

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

 span { border-color: rgb(70,99,80); }

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