Html Css Color HEX #405449 Plantation

📋 copy color: '#405449'

red 64 ◦ green 84 ◦ blue 73

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

Shades of Plantation #405449

Tints of Plantation #405449

RGB

 RED value IS 64 (25.39% from 255) = 28.96%

 GREEN value IS 84 (33.2% from 255) = 38.01%

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

R = 28.96%
G = 38.01%
B = 33.03%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#405449 (or 0x405449) is known color: Plantation. HEX triplet: 40, 54 and 49. RGB value is (64,84,73). Sum of RGB (Red+Green+Blue) = 64+84+73=221 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.96% from 221); Green value is 84 (33.20% from 255 or 38.01% from 221); Blue value is 73 (28.91% from 255 or 33.03% from 221); Max value from RGB is 84 - color contains mainly: green. Hex color #405449 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405449 is #BFABB6. Grayscale: #4C4C4C. Windows color (decimal): -12561335 or 4805696. OLE color: 4805696.

HSL color Cylindrical-coordinate representation of color #405449: hue angle of 147º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #405449 is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB 64 84 73 -
CMYK 0.24 0 0.13 0.67
HSL 147º 0.14% 0.29% -
HSV(B) 147º 0.24% 0.33% -
XYZ 6.49 7.91 7.49 -
YUV 76.77 125.87 118.89 -
System Red Green Blue C M Y K H S L
Decimal 64 84 73 0.24 0 0.13 0.67 147 0.14 0.29
Hex 40 54 49 18 0 D 43 93 E 1D
Octal 100 124 111 30 0 15 103 223 16 35
Binary 1000000 1010100 1001001 11000 0 1101 1000011 10010011 1110 11101

Color Harmonies of #405449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405449

Black with #405449

Text Example


Text Example

White with #405449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405449; }

 p { color: rgb(64,84,73); }

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

background-color css

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

 a { background-color: rgb(64,84,73); }

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

border-color css

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

 span { border-color: rgb(64,84,73); }

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