Html Css Color HEX #444E49 Plantation

📋 copy color: '#444E49'

red 68 ◦ green 78 ◦ blue 73

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

Shades of Plantation #444E49

Tints of Plantation #444E49

RGB

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

 GREEN value IS 78 (30.86% from 255) = 35.62%

 BLUE value IS 73 (28.91% from 255) = 33.33%

R = 31.05%
G = 35.62%
B = 33.33%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.06

 K value IS 0.69

RGB Variations

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

Color information

#444E49 (or 0x444E49) is known color: Plantation. HEX triplet: 44, 4E and 49. RGB value is (68,78,73). Sum of RGB (Red+Green+Blue) = 68+78+73=219 (29% of max value = 765). Red value is 68 (26.95% from 255 or 31.05% from 219); Green value is 78 (30.86% from 255 or 35.62% from 219); Blue value is 73 (28.91% from 255 or 33.33% from 219); Max value from RGB is 78 - color contains mainly: green. Hex color #444E49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #444E49 is #BBB1B6. Grayscale: #4A4A4A. Windows color (decimal): -12300727 or 4804164. OLE color: 4804164.

HSL color Cylindrical-coordinate representation of color #444E49: hue angle of 150º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #444E49 is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.69.

Color convert

RGB 68 78 73 -
CMYK 0.13 0 0.06 0.69
HSL 150º 0.07% 0.29% -
HSV(B) 150º 0.13% 0.31% -
XYZ 6.31 7.16 7.35 -
YUV 74.44 127.19 123.41 -
System Red Green Blue C M Y K H S L
Decimal 68 78 73 0.13 0 0.06 0.69 150 0.07 0.29
Hex 44 4E 49 D 0 6 45 96 7 1D
Octal 104 116 111 15 0 6 105 226 7 35
Binary 1000100 1001110 1001001 1101 0 110 1000101 10010110 111 11101

Color Harmonies of #444E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444E49

Black with #444E49

Text Example


Text Example

White with #444E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444E49; }

 p { color: rgb(68,78,73); }

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

background-color css

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

 a { background-color: rgb(68,78,73); }

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

border-color css

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

 span { border-color: rgb(68,78,73); }

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