Html Css Color HEX #44614F Feldgrau

📋 copy color: '#44614F'

red 68 ◦ green 97 ◦ blue 79

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

Shades of Feldgrau #44614F

Tints of Feldgrau #44614F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 32.38%

R = 27.87%
G = 39.75%
B = 32.38%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.19

 K value IS 0.62

RGB Variations

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

Color information

#44614F (or 0x44614F) is known color: Feldgrau. HEX triplet: 44, 61 and 4F. RGB value is (68,97,79). Sum of RGB (Red+Green+Blue) = 68+97+79=244 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.87% from 244); Green value is 97 (38.28% from 255 or 39.75% from 244); Blue value is 79 (31.25% from 255 or 32.38% from 244); Max value from RGB is 97 - color contains mainly: green. Hex color #44614F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44614F is #BB9EB0. Grayscale: #565656. Windows color (decimal): -12295857 or 5202244. OLE color: 5202244.

HSL color Cylindrical-coordinate representation of color #44614F: hue angle of 142.76º 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 #44614F is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB 68 97 79 -
CMYK 0.30 0 0.19 0.62
HSL 142.76º 0.18% 0.32% -
HSV(B) 142.76º 0.3% 0.38% -
XYZ 8.07 10.34 8.97 -
YUV 86.28 123.89 114.96 -
System Red Green Blue C M Y K H S L
Decimal 68 97 79 0.30 0 0.19 0.62 142.76 0.18 0.32
Hex 44 61 4F 1E 0 13 3E 8F 12 20
Octal 104 141 117 36 0 23 76 217 22 40
Binary 1000100 1100001 1001111 11110 0 10011 111110 10001111 10010 100000

Color Harmonies of #44614F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44614F

Black with #44614F

Text Example


Text Example

White with #44614F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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