Html Css Color HEX #446B53 Feldgrau

📋 copy color: '#446B53'

red 68 ◦ green 107 ◦ blue 83

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

Shades of Feldgrau #446B53

Tints of Feldgrau #446B53

RGB

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

 GREEN value IS 107 (42.19% from 255) = 41.47%

 BLUE value IS 83 (32.81% from 255) = 32.17%

R = 26.36%
G = 41.47%
B = 32.17%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.22

 K value IS 0.58

RGB Variations

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

Color information

#446B53 (or 0x446B53) is known color: Feldgrau. HEX triplet: 44, 6B and 53. RGB value is (68,107,83). Sum of RGB (Red+Green+Blue) = 68+107+83=258 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.36% from 258); Green value is 107 (42.19% from 255 or 41.47% from 258); Blue value is 83 (32.81% from 255 or 32.17% from 258); Max value from RGB is 107 - color contains mainly: green. Hex color #446B53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446B53 is #BB94AC. Grayscale: #5C5C5C. Windows color (decimal): -12293293 or 5466948. OLE color: 5466948.

HSL color Cylindrical-coordinate representation of color #446B53: hue angle of 143.08º degrees, saturation: 0.22, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #446B53 is Cyan = 0.36, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.58.

Color convert

RGB 68 107 83 -
CMYK 0.36 0 0.22 0.58
HSL 143.08º 0.22% 0.34% -
HSV(B) 143.08º 0.36% 0.42% -
XYZ 9.2 12.37 10.09 -
YUV 92.6 122.58 110.45 -
System Red Green Blue C M Y K H S L
Decimal 68 107 83 0.36 0 0.22 0.58 143.08 0.22 0.34
Hex 44 6B 53 24 0 16 3A 8F 16 22
Octal 104 153 123 44 0 26 72 217 26 42
Binary 1000100 1101011 1010011 100100 0 10110 111010 10001111 10110 100010

Color Harmonies of #446B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446B53

Black with #446B53

Text Example


Text Example

White with #446B53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446B53; }

 p { color: rgb(68,107,83); }

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

background-color css

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

 a { background-color: rgb(68,107,83); }

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

border-color css

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

 span { border-color: rgb(68,107,83); }

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