Html Css Color HEX #445049 Plantation

📋 copy color: '#445049'

red 68 ◦ green 80 ◦ blue 73

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

Shades of Plantation #445049

Tints of Plantation #445049

RGB

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

 GREEN value IS 80 (31.64% from 255) = 36.2%

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

R = 30.77%
G = 36.2%
B = 33.03%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.09

 K value IS 0.69

RGB Variations

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

Color information

#445049 (or 0x445049) is known color: Plantation. HEX triplet: 44, 50 and 49. RGB value is (68,80,73). Sum of RGB (Red+Green+Blue) = 68+80+73=221 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.77% from 221); Green value is 80 (31.64% from 255 or 36.20% from 221); Blue value is 73 (28.91% from 255 or 33.03% from 221); Max value from RGB is 80 - color contains mainly: green. Hex color #445049 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445049 is #BBAFB6. Grayscale: #4B4B4B. Windows color (decimal): -12300215 or 4804676. OLE color: 4804676.

HSL color Cylindrical-coordinate representation of color #445049: hue angle of 145º degrees, saturation: 0.08, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #445049 is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.69.

Color convert

RGB 68 80 73 -
CMYK 0.15 0 0.09 0.69
HSL 145º 0.08% 0.29% -
HSV(B) 145º 0.15% 0.31% -
XYZ 6.46 7.45 7.4 -
YUV 75.61 126.52 122.57 -
System Red Green Blue C M Y K H S L
Decimal 68 80 73 0.15 0 0.09 0.69 145 0.08 0.29
Hex 44 50 49 F 0 9 45 91 8 1D
Octal 104 120 111 17 0 11 105 221 10 35
Binary 1000100 1010000 1001001 1111 0 1001 1000101 10010001 1000 11101

Color Harmonies of #445049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445049

Black with #445049

Text Example


Text Example

White with #445049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445049; }

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

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

background-color css

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

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

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

border-color css

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

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

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