Html Css Color HEX #44614D Feldgrau

📋 copy color: '#44614D'

red 68 ◦ green 97 ◦ blue 77

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

Shades of Feldgrau #44614D

Tints of Feldgrau #44614D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 40.08%

 BLUE value IS 77 (30.47% from 255) = 31.82%

R = 28.1%
G = 40.08%
B = 31.82%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.21

 K value IS 0.62

RGB Variations

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

Color information

#44614D (or 0x44614D) is known color: Feldgrau. HEX triplet: 44, 61 and 4D. RGB value is (68,97,77). Sum of RGB (Red+Green+Blue) = 68+97+77=242 (32% of max value = 765). Red value is 68 (26.95% from 255 or 28.10% from 242); Green value is 97 (38.28% from 255 or 40.08% from 242); Blue value is 77 (30.47% from 255 or 31.82% from 242); Max value from RGB is 97 - color contains mainly: green. Hex color #44614D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44614D is #BB9EB2. Grayscale: #565656. Windows color (decimal): -12295859 or 5071172. OLE color: 5071172.

HSL color Cylindrical-coordinate representation of color #44614D: hue angle of 138.62º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #44614D is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB 68 97 77 -
CMYK 0.30 0 0.21 0.62
HSL 138.62º 0.18% 0.32% -
HSV(B) 138.62º 0.3% 0.38% -
XYZ 8 10.31 8.59 -
YUV 86.05 122.89 115.13 -
System Red Green Blue C M Y K H S L
Decimal 68 97 77 0.30 0 0.21 0.62 138.62 0.18 0.32
Hex 44 61 4D 1E 0 15 3E 8B 12 20
Octal 104 141 115 36 0 25 76 213 22 40
Binary 1000100 1100001 1001101 11110 0 10101 111110 10001011 10010 100000

Color Harmonies of #44614D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44614D

Black with #44614D

Text Example


Text Example

White with #44614D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44614D; }

 p { color: rgb(68,97,77); }

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

background-color css

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

 a { background-color: rgb(68,97,77); }

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

border-color css

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

 span { border-color: rgb(68,97,77); }

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