Html Css Color HEX #446751 Feldgrau

📋 copy color: '#446751'

red 68 ◦ green 103 ◦ blue 81

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

Shades of Feldgrau #446751

Tints of Feldgrau #446751

RGB

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

 GREEN value IS 103 (40.63% from 255) = 40.87%

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

R = 26.98%
G = 40.87%
B = 32.14%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.21

 K value IS 0.60

RGB Variations

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

Color information

#446751 (or 0x446751) is known color: Feldgrau. HEX triplet: 44, 67 and 51. RGB value is (68,103,81). Sum of RGB (Red+Green+Blue) = 68+103+81=252 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.98% from 252); Green value is 103 (40.62% from 255 or 40.87% from 252); Blue value is 81 (32.03% from 255 or 32.14% from 252); Max value from RGB is 103 - color contains mainly: green. Hex color #446751 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446751 is #BB98AE. Grayscale: #5A5A5A. Windows color (decimal): -12294319 or 5334852. OLE color: 5334852.

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

Color convert

RGB 68 103 81 -
CMYK 0.34 0 0.21 0.60
HSL 142.29º 0.2% 0.34% -
HSV(B) 142.29º 0.34% 0.4% -
XYZ 8.72 11.52 9.55 -
YUV 90.03 122.9 112.29 -
System Red Green Blue C M Y K H S L
Decimal 68 103 81 0.34 0 0.21 0.60 142.29 0.2 0.34
Hex 44 67 51 22 0 15 3C 8E 14 22
Octal 104 147 121 42 0 25 74 216 24 42
Binary 1000100 1100111 1010001 100010 0 10101 111100 10001110 10100 100010

Color Harmonies of #446751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446751

Black with #446751

Text Example


Text Example

White with #446751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446751; }

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

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

background-color css

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

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

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

border-color css

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

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

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