Html Css Color HEX #405049 Plantation

📋 copy color: '#405049'

red 64 ◦ green 80 ◦ blue 73

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

Shades of Plantation #405049

Tints of Plantation #405049

RGB

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

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

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

R = 29.49%
G = 36.87%
B = 33.64%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.09

 K value IS 0.69

RGB Variations

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

Color information

#405049 (or 0x405049) is known color: Plantation. HEX triplet: 40, 50 and 49. RGB value is (64,80,73). Sum of RGB (Red+Green+Blue) = 64+80+73=217 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.49% from 217); Green value is 80 (31.64% from 255 or 36.87% from 217); Blue value is 73 (28.91% from 255 or 33.64% from 217); Max value from RGB is 80 - color contains mainly: green. Hex color #405049 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405049 is #BFAFB6. Grayscale: #4A4A4A. Windows color (decimal): -12562359 or 4804672. OLE color: 4804672.

HSL color Cylindrical-coordinate representation of color #405049: hue angle of 153.75º degrees, saturation: 0.11, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #405049 is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.69.

Color convert

RGB 64 80 73 -
CMYK 0.20 0 0.09 0.69
HSL 153.75º 0.11% 0.28% -
HSV(B) 153.75º 0.2% 0.31% -
XYZ 6.19 7.31 7.39 -
YUV 74.42 127.2 120.57 -
System Red Green Blue C M Y K H S L
Decimal 64 80 73 0.20 0 0.09 0.69 153.75 0.11 0.28
Hex 40 50 49 14 0 9 45 9A B 1C
Octal 100 120 111 24 0 11 105 232 13 34
Binary 1000000 1010000 1001001 10100 0 1001 1000101 10011010 1011 11100

Color Harmonies of #405049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405049

Black with #405049

Text Example


Text Example

White with #405049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405049; }

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

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

background-color css

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

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

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

border-color css

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

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

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