Html Css Color HEX #406651 Plantation

📋 copy color: '#406651'

red 64 ◦ green 102 ◦ blue 81

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

Shades of Plantation #406651

Tints of Plantation #406651

RGB

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

 GREEN value IS 102 (40.23% from 255) = 41.3%

 BLUE value IS 81 (32.03% from 255) = 32.79%

R = 25.91%
G = 41.3%
B = 32.79%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.21

 K value IS 0.6

RGB Variations

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

Color information

#406651 (or 0x406651) is known color: Plantation. HEX triplet: 40, 66 and 51. RGB value is (64,102,81). Sum of RGB (Red+Green+Blue) = 64+102+81=247 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.91% from 247); Green value is 102 (40.23% from 255 or 41.30% from 247); Blue value is 81 (32.03% from 255 or 32.79% from 247); Max value from RGB is 102 - color contains mainly: green. Hex color #406651 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406651 is #BF99AE. Grayscale: #585858. Windows color (decimal): -12556719 or 5334592. OLE color: 5334592.

HSL color Cylindrical-coordinate representation of color #406651: hue angle of 146.84º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #406651 is Cyan = 0.37, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.6.

Color convert

RGB 64 102 81 -
CMYK 0.37 0 0.21 0.6
HSL 146.84º 0.23% 0.33% -
HSV(B) 146.84º 0.37% 0.4% -
XYZ 8.35 11.19 9.5 -
YUV 88.24 123.91 110.71 -
System Red Green Blue C M Y K H S L
Decimal 64 102 81 0.37 0 0.21 0.6 146.84 0.23 0.33
Hex 40 66 51 25 0 15 3C 93 17 21
Octal 100 146 121 45 0 25 74 223 27 41
Binary 1000000 1100110 1010001 100101 0 10101 111100 10010011 10111 100001

Color Harmonies of #406651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406651

Black with #406651

Text Example


Text Example

White with #406651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406651; }

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

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

background-color css

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

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

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

border-color css

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

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

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