Html Css Color HEX #405849 Plantation

📋 copy color: '#405849'

red 64 ◦ green 88 ◦ blue 73

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

Shades of Plantation #405849

Tints of Plantation #405849

RGB

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

 GREEN value IS 88 (34.77% from 255) = 39.11%

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

R = 28.44%
G = 39.11%
B = 32.44%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.17

 K value IS 0.65

RGB Variations

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

Color information

#405849 (or 0x405849) is known color: Plantation. HEX triplet: 40, 58 and 49. RGB value is (64,88,73). Sum of RGB (Red+Green+Blue) = 64+88+73=225 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.44% from 225); Green value is 88 (34.77% from 255 or 39.11% from 225); Blue value is 73 (28.91% from 255 or 32.44% from 225); Max value from RGB is 88 - color contains mainly: green. Hex color #405849 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405849 is #BFA7B6. Grayscale: #4F4F4F. Windows color (decimal): -12560311 or 4806720. OLE color: 4806720.

HSL color Cylindrical-coordinate representation of color #405849: hue angle of 142.5º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #405849 is Cyan = 0.27, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.65.

Color convert

RGB 64 88 73 -
CMYK 0.27 0 0.17 0.65
HSL 142.5º 0.16% 0.3% -
HSV(B) 142.5º 0.27% 0.35% -
XYZ 6.81 8.55 7.59 -
YUV 79.11 124.55 117.22 -
System Red Green Blue C M Y K H S L
Decimal 64 88 73 0.27 0 0.17 0.65 142.5 0.16 0.3
Hex 40 58 49 1B 0 11 41 8E 10 1E
Octal 100 130 111 33 0 21 101 216 20 36
Binary 1000000 1011000 1001001 11011 0 10001 1000001 10001110 10000 11110

Color Harmonies of #405849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405849

Black with #405849

Text Example


Text Example

White with #405849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405849; }

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

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

background-color css

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

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

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

border-color css

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

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

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