Html Css Color HEX #446651 Feldgrau

📋 copy color: '#446651'

red 68 ◦ green 102 ◦ blue 81

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

Shades of Feldgrau #446651

Tints of Feldgrau #446651

RGB

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

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

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

R = 27.09%
G = 40.64%
B = 32.27%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.21

 K value IS 0.6

RGB Variations

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

Color information

#446651 (or 0x446651) is known color: Feldgrau. HEX triplet: 44, 66 and 51. RGB value is (68,102,81). Sum of RGB (Red+Green+Blue) = 68+102+81=251 (33% of max value = 765). Red value is 68 (26.95% from 255 or 27.09% from 251); Green value is 102 (40.23% from 255 or 40.64% from 251); Blue value is 81 (32.03% from 255 or 32.27% from 251); Max value from RGB is 102 - color contains mainly: green. Hex color #446651 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446651 is #BB99AE. Grayscale: #595959. Windows color (decimal): -12294575 or 5334596. OLE color: 5334596.

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

Color convert

RGB 68 102 81 -
CMYK 0.33 0 0.21 0.6
HSL 142.94º 0.2% 0.33% -
HSV(B) 142.94º 0.33% 0.4% -
XYZ 8.62 11.33 9.52 -
YUV 89.44 123.24 112.71 -
System Red Green Blue C M Y K H S L
Decimal 68 102 81 0.33 0 0.21 0.6 142.94 0.2 0.33
Hex 44 66 51 21 0 15 3C 8F 14 21
Octal 104 146 121 41 0 25 74 217 24 41
Binary 1000100 1100110 1010001 100001 0 10101 111100 10001111 10100 100001

Color Harmonies of #446651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446651

Black with #446651

Text Example


Text Example

White with #446651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446651; }

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

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

background-color css

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

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

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

border-color css

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

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

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