Html Css Color HEX #405349 Plantation

📋 copy color: '#405349'

red 64 ◦ green 83 ◦ blue 73

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

Shades of Plantation #405349

Tints of Plantation #405349

RGB

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

 GREEN value IS 83 (32.81% from 255) = 37.73%

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

R = 29.09%
G = 37.73%
B = 33.18%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#405349 (or 0x405349) is known color: Plantation. HEX triplet: 40, 53 and 49. RGB value is (64,83,73). Sum of RGB (Red+Green+Blue) = 64+83+73=220 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.09% from 220); Green value is 83 (32.81% from 255 or 37.73% from 220); Blue value is 73 (28.91% from 255 or 33.18% from 220); Max value from RGB is 83 - color contains mainly: green. Hex color #405349 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405349 is #BFACB6. Grayscale: #4C4C4C. Windows color (decimal): -12561591 or 4805440. OLE color: 4805440.

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

Color convert

RGB 64 83 73 -
CMYK 0.23 0 0.12 0.67
HSL 148.42º 0.13% 0.29% -
HSV(B) 148.42º 0.23% 0.33% -
XYZ 6.41 7.76 7.46 -
YUV 76.18 126.21 119.31 -
System Red Green Blue C M Y K H S L
Decimal 64 83 73 0.23 0 0.12 0.67 148.42 0.13 0.29
Hex 40 53 49 17 0 C 43 94 D 1D
Octal 100 123 111 27 0 14 103 224 15 35
Binary 1000000 1010011 1001001 10111 0 1100 1000011 10010100 1101 11101

Color Harmonies of #405349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405349

Black with #405349

Text Example


Text Example

White with #405349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405349; }

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

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

background-color css

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

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

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

border-color css

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

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

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