Html Css Color HEX #446851 Feldgrau

📋 copy color: '#446851'

red 68 ◦ green 104 ◦ blue 81

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

Shades of Feldgrau #446851

Tints of Feldgrau #446851

RGB

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

 GREEN value IS 104 (41.02% from 255) = 41.11%

 BLUE value IS 81 (32.03% from 255) = 32.02%

R = 26.88%
G = 41.11%
B = 32.02%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.22

 K value IS 0.59

RGB Variations

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

Color information

#446851 (or 0x446851) is known color: Feldgrau. HEX triplet: 44, 68 and 51. RGB value is (68,104,81). Sum of RGB (Red+Green+Blue) = 68+104+81=253 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.88% from 253); Green value is 104 (41.02% from 255 or 41.11% from 253); Blue value is 81 (32.03% from 255 or 32.02% from 253); Max value from RGB is 104 - color contains mainly: green. Hex color #446851 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446851 is #BB97AE. Grayscale: #5A5A5A. Windows color (decimal): -12294063 or 5335108. OLE color: 5335108.

HSL color Cylindrical-coordinate representation of color #446851: hue angle of 141.67º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #446851 is Cyan = 0.35, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.59.

Color convert

RGB 68 104 81 -
CMYK 0.35 0 0.22 0.59
HSL 141.67º 0.21% 0.34% -
HSV(B) 141.67º 0.35% 0.41% -
XYZ 8.82 11.72 9.58 -
YUV 90.61 122.57 111.87 -
System Red Green Blue C M Y K H S L
Decimal 68 104 81 0.35 0 0.22 0.59 141.67 0.21 0.34
Hex 44 68 51 23 0 16 3B 8E 15 22
Octal 104 150 121 43 0 26 73 216 25 42
Binary 1000100 1101000 1010001 100011 0 10110 111011 10001110 10101 100010

Color Harmonies of #446851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446851

Black with #446851

Text Example


Text Example

White with #446851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446851; }

 p { color: rgb(68,104,81); }

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

background-color css

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

 a { background-color: rgb(68,104,81); }

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

border-color css

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

 span { border-color: rgb(68,104,81); }

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