Html Css Color HEX #405149 Plantation

📋 copy color: '#405149'

red 64 ◦ green 81 ◦ blue 73

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

Shades of Plantation #405149

Tints of Plantation #405149

RGB

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

 GREEN value IS 81 (32.03% from 255) = 37.16%

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

R = 29.36%
G = 37.16%
B = 33.49%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.10

 K value IS 0.68

RGB Variations

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

Color information

#405149 (or 0x405149) is known color: Plantation. HEX triplet: 40, 51 and 49. RGB value is (64,81,73). Sum of RGB (Red+Green+Blue) = 64+81+73=218 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.36% from 218); Green value is 81 (32.03% from 255 or 37.16% from 218); Blue value is 73 (28.91% from 255 or 33.49% from 218); Max value from RGB is 81 - color contains mainly: green. Hex color #405149 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405149 is #BFAEB6. Grayscale: #4B4B4B. Windows color (decimal): -12562103 or 4804928. OLE color: 4804928.

HSL color Cylindrical-coordinate representation of color #405149: hue angle of 151.76º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #405149 is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.68.

Color convert

RGB 64 81 73 -
CMYK 0.21 0 0.10 0.68
HSL 151.76º 0.12% 0.28% -
HSV(B) 151.76º 0.21% 0.32% -
XYZ 6.26 7.46 7.41 -
YUV 75.01 126.87 120.15 -
System Red Green Blue C M Y K H S L
Decimal 64 81 73 0.21 0 0.10 0.68 151.76 0.12 0.28
Hex 40 51 49 15 0 A 44 98 C 1C
Octal 100 121 111 25 0 12 104 230 14 34
Binary 1000000 1010001 1001001 10101 0 1010 1000100 10011000 1100 11100

Color Harmonies of #405149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405149

Black with #405149

Text Example


Text Example

White with #405149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405149; }

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

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

background-color css

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

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

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

border-color css

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

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

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