Html Css Color HEX #446150 Feldgrau

📋 copy color: '#446150'

red 68 ◦ green 97 ◦ blue 80

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

Shades of Feldgrau #446150

Tints of Feldgrau #446150

RGB

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

 GREEN value IS 97 (38.28% from 255) = 39.59%

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

R = 27.76%
G = 39.59%
B = 32.65%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.18

 K value IS 0.62

RGB Variations

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

Color information

#446150 (or 0x446150) is known color: Feldgrau. HEX triplet: 44, 61 and 50. RGB value is (68,97,80). Sum of RGB (Red+Green+Blue) = 68+97+80=245 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.76% from 245); Green value is 97 (38.28% from 255 or 39.59% from 245); Blue value is 80 (31.64% from 255 or 32.65% from 245); Max value from RGB is 97 - color contains mainly: green. Hex color #446150 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446150 is #BB9EAF. Grayscale: #565656. Windows color (decimal): -12295856 or 5267780. OLE color: 5267780.

HSL color Cylindrical-coordinate representation of color #446150: hue angle of 144.83º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #446150 is Cyan = 0.30, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB 68 97 80 -
CMYK 0.30 0 0.18 0.62
HSL 144.83º 0.18% 0.32% -
HSV(B) 144.83º 0.3% 0.38% -
XYZ 8.11 10.36 9.16 -
YUV 86.39 124.39 114.88 -
System Red Green Blue C M Y K H S L
Decimal 68 97 80 0.30 0 0.18 0.62 144.83 0.18 0.32
Hex 44 61 50 1E 0 12 3E 91 12 20
Octal 104 141 120 36 0 22 76 221 22 40
Binary 1000100 1100001 1010000 11110 0 10010 111110 10010001 10010 100000

Color Harmonies of #446150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446150

Black with #446150

Text Example


Text Example

White with #446150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446150; }

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

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

background-color css

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

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

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

border-color css

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

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

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