Html Css Color HEX #446350 Feldgrau

📋 copy color: '#446350'

red 68 ◦ green 99 ◦ blue 80

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

Shades of Feldgrau #446350

Tints of Feldgrau #446350

RGB

 RED value IS 68 (26.95% from 255) = 27.53%

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

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

R = 27.53%
G = 40.08%
B = 32.39%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.19

 K value IS 0.61

RGB Variations

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

Color information

#446350 (or 0x446350) is known color: Feldgrau. HEX triplet: 44, 63 and 50. RGB value is (68,99,80). Sum of RGB (Red+Green+Blue) = 68+99+80=247 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.53% from 247); Green value is 99 (39.06% from 255 or 40.08% from 247); Blue value is 80 (31.64% from 255 or 32.39% from 247); Max value from RGB is 99 - color contains mainly: green. Hex color #446350 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446350 is #BB9CAF. Grayscale: #575757. Windows color (decimal): -12295344 or 5268292. OLE color: 5268292.

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

Color convert

RGB 68 99 80 -
CMYK 0.31 0 0.19 0.61
HSL 143.23º 0.19% 0.33% -
HSV(B) 143.23º 0.31% 0.39% -
XYZ 8.29 10.73 9.22 -
YUV 87.57 123.73 114.04 -
System Red Green Blue C M Y K H S L
Decimal 68 99 80 0.31 0 0.19 0.61 143.23 0.19 0.33
Hex 44 63 50 1F 0 13 3D 8F 13 21
Octal 104 143 120 37 0 23 75 217 23 41
Binary 1000100 1100011 1010000 11111 0 10011 111101 10001111 10011 100001

Color Harmonies of #446350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446350

Black with #446350

Text Example


Text Example

White with #446350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446350; }

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

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

background-color css

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

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

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

border-color css

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

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

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