Html Css Color HEX #405549 Plantation

📋 copy color: '#405549'

red 64 ◦ green 85 ◦ blue 73

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

Shades of Plantation #405549

Tints of Plantation #405549

RGB

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

 GREEN value IS 85 (33.59% from 255) = 38.29%

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

R = 28.83%
G = 38.29%
B = 32.88%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#405549 (or 0x405549) is known color: Plantation. HEX triplet: 40, 55 and 49. RGB value is (64,85,73). Sum of RGB (Red+Green+Blue) = 64+85+73=222 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.83% from 222); Green value is 85 (33.59% from 255 or 38.29% from 222); Blue value is 73 (28.91% from 255 or 32.88% from 222); Max value from RGB is 85 - color contains mainly: green. Hex color #405549 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405549 is #BFAAB6. Grayscale: #4D4D4D. Windows color (decimal): -12561079 or 4805952. OLE color: 4805952.

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

Color convert

RGB 64 85 73 -
CMYK 0.25 0 0.14 0.67
HSL 145.71º 0.14% 0.29% -
HSV(B) 145.71º 0.25% 0.33% -
XYZ 6.57 8.07 7.51 -
YUV 77.35 125.54 118.48 -
System Red Green Blue C M Y K H S L
Decimal 64 85 73 0.25 0 0.14 0.67 145.71 0.14 0.29
Hex 40 55 49 19 0 E 43 92 E 1D
Octal 100 125 111 31 0 16 103 222 16 35
Binary 1000000 1010101 1001001 11001 0 1110 1000011 10010010 1110 11101

Color Harmonies of #405549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405549

Black with #405549

Text Example


Text Example

White with #405549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405549; }

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

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

background-color css

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

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

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

border-color css

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

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

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