Html Css Color HEX #444E48 Plantation

📋 copy color: '#444E48'

red 68 ◦ green 78 ◦ blue 72

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

Shades of Plantation #444E48

Tints of Plantation #444E48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 33.03%

R = 31.19%
G = 35.78%
B = 33.03%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.08

 K value IS 0.69

RGB Variations

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

Color information

#444E48 (or 0x444E48) is known color: Plantation. HEX triplet: 44, 4E and 48. RGB value is (68,78,72). Sum of RGB (Red+Green+Blue) = 68+78+72=218 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.19% from 218); Green value is 78 (30.86% from 255 or 35.78% from 218); Blue value is 72 (28.52% from 255 or 33.03% from 218); Max value from RGB is 78 - color contains mainly: green. Hex color #444E48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #444E48 is #BBB1B7. Grayscale: #4A4A4A. Windows color (decimal): -12300728 or 4738628. OLE color: 4738628.

HSL color Cylindrical-coordinate representation of color #444E48: hue angle of 144º 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 #444E48 is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.69.

Color convert

RGB 68 78 72 -
CMYK 0.13 0 0.08 0.69
HSL 144º 0.07% 0.29% -
HSV(B) 144º 0.13% 0.31% -
XYZ 6.28 7.15 7.18 -
YUV 74.33 126.69 123.49 -
System Red Green Blue C M Y K H S L
Decimal 68 78 72 0.13 0 0.08 0.69 144 0.07 0.29
Hex 44 4E 48 D 0 8 45 90 7 1D
Octal 104 116 110 15 0 10 105 220 7 35
Binary 1000100 1001110 1001000 1101 0 1000 1000101 10010000 111 11101

Color Harmonies of #444E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444E48

Black with #444E48

Text Example


Text Example

White with #444E48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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