Html Css Color HEX #446650 Feldgrau

📋 copy color: '#446650'

red 68 ◦ green 102 ◦ blue 80

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

Shades of Feldgrau #446650

Tints of Feldgrau #446650

RGB

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

 GREEN value IS 102 (40.23% from 255) = 40.8%

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

R = 27.2%
G = 40.8%
B = 32%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.22

 K value IS 0.6

RGB Variations

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

Color information

#446650 (or 0x446650) is known color: Feldgrau. HEX triplet: 44, 66 and 50. RGB value is (68,102,80). Sum of RGB (Red+Green+Blue) = 68+102+80=250 (33% of max value = 765). Red value is 68 (26.95% from 255 or 27.2% from 250); Green value is 102 (40.23% from 255 or 40.8% from 250); Blue value is 80 (31.64% from 255 or 32% from 250); Max value from RGB is 102 - color contains mainly: green. Hex color #446650 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446650 is #BB99AF. Grayscale: #595959. Windows color (decimal): -12294576 or 5269060. OLE color: 5269060.

HSL color Cylindrical-coordinate representation of color #446650: hue angle of 141.18º 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 #446650 is Cyan = 0.33, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.6.

Color convert

RGB 68 102 80 -
CMYK 0.33 0 0.22 0.6
HSL 141.18º 0.2% 0.33% -
HSV(B) 141.18º 0.33% 0.4% -
XYZ 8.58 11.31 9.32 -
YUV 89.33 122.74 112.79 -
System Red Green Blue C M Y K H S L
Decimal 68 102 80 0.33 0 0.22 0.6 141.18 0.2 0.33
Hex 44 66 50 21 0 16 3C 8D 14 21
Octal 104 146 120 41 0 26 74 215 24 41
Binary 1000100 1100110 1010000 100001 0 10110 111100 10001101 10100 100001

Color Harmonies of #446650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446650

Black with #446650

Text Example


Text Example

White with #446650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446650; }

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

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

background-color css

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

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

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

border-color css

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

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

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