Html Css Color HEX #446550 Feldgrau

📋 copy color: '#446550'

red 68 ◦ green 101 ◦ blue 80

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

Shades of Feldgrau #446550

Tints of Feldgrau #446550

RGB

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

 GREEN value IS 101 (39.84% from 255) = 40.56%

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

R = 27.31%
G = 40.56%
B = 32.13%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.21

 K value IS 0.60

RGB Variations

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

Color information

#446550 (or 0x446550) is known color: Feldgrau. HEX triplet: 44, 65 and 50. RGB value is (68,101,80). Sum of RGB (Red+Green+Blue) = 68+101+80=249 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.31% from 249); Green value is 101 (39.84% from 255 or 40.56% from 249); Blue value is 80 (31.64% from 255 or 32.13% from 249); Max value from RGB is 101 - color contains mainly: green. Hex color #446550 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446550 is #BB9AAF. Grayscale: #585858. Windows color (decimal): -12294832 or 5268804. OLE color: 5268804.

HSL color Cylindrical-coordinate representation of color #446550: hue angle of 141.82º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #446550 is Cyan = 0.33, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.60.

Color convert

RGB 68 101 80 -
CMYK 0.33 0 0.21 0.60
HSL 141.82º 0.2% 0.33% -
HSV(B) 141.82º 0.33% 0.4% -
XYZ 8.49 11.12 9.29 -
YUV 88.74 123.07 113.21 -
System Red Green Blue C M Y K H S L
Decimal 68 101 80 0.33 0 0.21 0.60 141.82 0.2 0.33
Hex 44 65 50 21 0 15 3C 8E 14 21
Octal 104 145 120 41 0 25 74 216 24 41
Binary 1000100 1100101 1010000 100001 0 10101 111100 10001110 10100 100001

Color Harmonies of #446550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446550

Black with #446550

Text Example


Text Example

White with #446550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446550; }

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

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

background-color css

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

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

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

border-color css

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

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

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