Html Css Color HEX #406650 Plantation

📋 copy color: '#406650'

red 64 ◦ green 102 ◦ blue 80

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

Shades of Plantation #406650

Tints of Plantation #406650

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 32.52%

R = 26.02%
G = 41.46%
B = 32.52%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.22

 K value IS 0.6

RGB Variations

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

Color information

#406650 (or 0x406650) is known color: Plantation. HEX triplet: 40, 66 and 50. RGB value is (64,102,80). Sum of RGB (Red+Green+Blue) = 64+102+80=246 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.02% from 246); Green value is 102 (40.23% from 255 or 41.46% from 246); Blue value is 80 (31.64% from 255 or 32.52% from 246); Max value from RGB is 102 - color contains mainly: green. Hex color #406650 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406650 is #BF99AF. Grayscale: #585858. Windows color (decimal): -12556720 or 5269056. OLE color: 5269056.

HSL color Cylindrical-coordinate representation of color #406650: hue angle of 145.26º 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 #406650 is Cyan = 0.37, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.6.

Color convert

RGB 64 102 80 -
CMYK 0.37 0 0.22 0.6
HSL 145.26º 0.23% 0.33% -
HSV(B) 145.26º 0.37% 0.4% -
XYZ 8.31 11.17 9.31 -
YUV 88.13 123.41 110.79 -
System Red Green Blue C M Y K H S L
Decimal 64 102 80 0.37 0 0.22 0.6 145.26 0.23 0.33
Hex 40 66 50 25 0 16 3C 91 17 21
Octal 100 146 120 45 0 26 74 221 27 41
Binary 1000000 1100110 1010000 100101 0 10110 111100 10010001 10111 100001

Color Harmonies of #406650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406650

Black with #406650

Text Example


Text Example

White with #406650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406650; }

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

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

background-color css

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

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

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

border-color css

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

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

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