Html Css Color HEX #446852 Feldgrau

📋 copy color: '#446852'

red 68 ◦ green 104 ◦ blue 82

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

Shades of Feldgrau #446852

Tints of Feldgrau #446852

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 32.28%

R = 26.77%
G = 40.94%
B = 32.28%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.21

 K value IS 0.59

RGB Variations

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

Color information

#446852 (or 0x446852) is known color: Feldgrau. HEX triplet: 44, 68 and 52. RGB value is (68,104,82). Sum of RGB (Red+Green+Blue) = 68+104+82=254 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.77% from 254); Green value is 104 (41.02% from 255 or 40.94% from 254); Blue value is 82 (32.42% from 255 or 32.28% from 254); Max value from RGB is 104 - color contains mainly: green. Hex color #446852 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446852 is #BB97AD. Grayscale: #5A5A5A. Windows color (decimal): -12294062 or 5400644. OLE color: 5400644.

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

Color convert

RGB 68 104 82 -
CMYK 0.35 0 0.21 0.59
HSL 143.33º 0.21% 0.34% -
HSV(B) 143.33º 0.35% 0.41% -
XYZ 8.86 11.74 9.78 -
YUV 90.73 123.07 111.79 -
System Red Green Blue C M Y K H S L
Decimal 68 104 82 0.35 0 0.21 0.59 143.33 0.21 0.34
Hex 44 68 52 23 0 15 3B 8F 15 22
Octal 104 150 122 43 0 25 73 217 25 42
Binary 1000100 1101000 1010010 100011 0 10101 111011 10001111 10101 100010

Color Harmonies of #446852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446852

Black with #446852

Text Example


Text Example

White with #446852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446852; }

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

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

background-color css

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

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

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

border-color css

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

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

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